2006-10-28 |
Robert Spalek | enable dynamic linking on Darwin |
tree | commitdiff |
2006-10-28 |
Robert Spalek | auto-detect CONFIG_LFS |
tree | commitdiff |
2006-10-27 |
Robert Spalek | make the Perl Ulimit module compilable on Darwin |
tree | commitdiff |
2006-10-27 |
Robert Spalek | update the code so that it compiles both on Linux and... |
tree | commitdiff |
2006-10-27 |
Robert Spalek | fdatasync is not supported on Darwin ===> work-around |
tree | commitdiff |
2006-10-27 |
Robert Spalek | added a wrapper for POSIX semaphores that works also... |
tree | commitdiff |
2006-10-27 |
Robert Spalek | separate the support of large files from using LFS... |
tree | commitdiff |
2006-10-26 |
Robert Spalek | ALIGN renamed to ALIGN_TO |
tree | commitdiff |
2006-10-19 |
Pavel Charvat | Completed merge with dev-img branch. |
tree | commitdiff |
2006-10-13 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
tree | commitdiff |
2006-10-13 |
Martin Mares | stk_printf() has been fixed. |
tree | commitdiff |
2006-10-09 |
Robert Spalek | conf: improve the format of the error message issued... |
tree | commitdiff |
2006-10-09 |
Pavel Charvat | thread-safe stk_printf |
tree | commitdiff |
2006-10-05 |
Martin Mares | Replaced the SORTER_DECLARE_ONLY hack by lib/sorter... |
tree | commitdiff |
2006-09-26 |
Martin Mares | Define NO_INLINE, which can be helpful when profiling. |
tree | commitdiff |
2006-09-22 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
tree | commitdiff |
2006-09-20 |
Martin Mares | Documented thread safety of ucwlib functions. |
tree | commitdiff |
2006-09-18 |
Pavel Charvat | Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT... |
tree | commitdiff |
2006-09-15 |
Martin Mares | Guard against calls of random_max() with too large... |
tree | commitdiff |
2006-09-15 |
Martin Mares | Added random_u64() and random_max_u64(). |
tree | commitdiff |
2006-09-14 |
Martin Mares | Avoid unnecessary include of bbuf.h in fastbuf.h. |
tree | commitdiff |
2006-09-14 |
Martin Mares | Define the buffer type as both a typedef and a structure. |
tree | commitdiff |
2006-09-14 |
Martin Mares | Implemented the atomic fastbuf backend. |
tree | commitdiff |
2006-09-13 |
Martin Mares | Atomic fastbufs: the first sketch of the interface. |
tree | commitdiff |
2006-09-13 |
Martin Mares | Added ALWAYS_INLINE. |
tree | commitdiff |
2006-09-11 |
Martin Mares | Oops, a typo. |
tree | commitdiff |
2006-09-11 |
Martin Mares | Enable prefetching on some more CPU's. |
tree | commitdiff |
2006-09-11 |
Martin Mares | Added automatic configuration for Prescott, Nocona... |
tree | commitdiff |
2006-09-10 |
Pavel Charvat | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
tree | commitdiff |
2006-09-10 |
Pavel Charvat | Small customizations moved do a new directory: |
tree | commitdiff |
2006-09-10 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
tree | commitdiff |
2006-09-10 |
Martin Mares | Added sh_fstat. |
tree | commitdiff |
2006-09-10 |
Pavel Charvat | Introduced new switch CONFIG_SHERLOCK which can |
tree | commitdiff |
2006-09-05 |
Pavel Charvat | added missing _UCW prefix to headers guards |
tree | commitdiff |
2006-07-26 |
Pavel Charvat | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
tree | commitdiff |
2006-07-26 |
Pavel Charvat | fixed some compilation warnings |
tree | commitdiff |
2006-07-25 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
tree | commitdiff |
2006-07-25 |
Pavel Charvat | fixed v3.9 config parsing in web-queue-main |
tree | commitdiff |
2006-07-24 |
Pavel Charvat | Merge with git+ssh://www.ucw.cz/projects/sherlock/GIT... |
tree | commitdiff |
2006-07-24 |
Pavel Charvat | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
tree | commitdiff |
2006-07-19 |
Pavel Charvat | Merge with git+ssh://www.ucw.cz/projects/sherlock/GIT... |
tree | commitdiff |
2006-07-17 |
Vladimir Jelen | backport patch from head |
tree | commitdiff |
2006-07-17 |
Vladimir Jelen | backport patch from head |
tree | commitdiff |
2006-07-10 |
Vladimir Jelen | fix - allow logfiles larger then 2G |
tree | commitdiff |
2006-07-09 |
Martin Mares | When exporting libucw API, don't forget to add autoconf.h. |
tree | commitdiff |
2006-07-03 |
Daniel Fiala | Added function lib/redblack.h:search_down(key), that... |
tree | commitdiff |
2006-05-27 |
Martin Mares | Replaced cf_string_node and cf_2string_node by more... |
tree | commitdiff |
2006-05-18 |
Pavel Charvat | Added memory limit to bgets_bb(). |
tree | commitdiff |
2006-05-18 |
Pavel Charvat | removed trailing spaces |
tree | commitdiff |
2006-05-18 |
Pavel Charvat | Some fixes and changes from yesterday. |
tree | commitdiff |
2006-05-17 |
Pavel Charvat | bin/config: String type has no prefix again. |
tree | commitdiff |
2006-05-17 |
Pavel Charvat | Some optimizations and fixes in bgets*(). |
tree | commitdiff |
2006-05-17 |
Martin Mares | Split fastbuf.c to three parts. |
tree | commitdiff |
2006-05-17 |
Pavel Charvat | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
tree | commitdiff |
2006-05-17 |
Pavel Charvat | Faster bgets_bb(). Similar optimizations can be done in |
tree | commitdiff |
2006-05-17 |
Robert Spalek | shell/config: remove duplicate type_size() |
tree | commitdiff |
2006-05-17 |
Pavel Charvat | simple bgets with allocation on the stack/mempool/bbuf |
tree | commitdiff |
2006-05-16 |
Pavel Charvat | Forgotten commit... added arrays support to configurati... |
tree | commitdiff |
2006-05-12 |
Pavel Charvat | added missing dependency |
tree | commitdiff |
2006-05-12 |
Pavel Charvat | removed forgotten space |
tree | commitdiff |
2006-05-12 |
Pavel Charvat | configuration reader: |
tree | commitdiff |
2006-05-11 |
Pavel Charvat | "not/configured" safe defaults returned to bin/indexer |
tree | commitdiff |
2006-05-11 |
Pavel Charvat | more intuitive parameter in configuration reader |
tree | commitdiff |
2006-05-11 |
Pavel Charvat | lib/shell/config.c rewritten... |
tree | commitdiff |
2006-05-07 |
Robert Spalek | cleanup of new configuration: operation :unset replaced... |
tree | commitdiff |
2006-05-05 |
Robert Spalek | configuration mechanism: added support for bitmaps |
tree | commitdiff |
2006-05-04 |
Martin Mares | CONST is not PURE. Thanks to Pavel for spotting that. |
tree | commitdiff |
2006-05-04 |
Martin Mares | Use LIKE_MALLOC and SENTINEL_CHECK for mempool operations. |
tree | commitdiff |
2006-05-04 |
Martin Mares | Corrected definition of the PURE attribute. |
tree | commitdiff |
2006-05-03 |
Robert Spalek | conf: forgot to initialize a local variable |
tree | commitdiff |
2006-04-30 |
Robert Spalek | conf: don't die in bgets() on too long lines |
tree | commitdiff |
2006-04-30 |
Martin Mares | When allocating dynamic arrays, respect alignment.... |
tree | commitdiff |
2006-04-30 |
Robert Spalek | conf: move the initialization of dynamic arrays from... |
tree | commitdiff |
2006-04-30 |
Robert Spalek | conf: redesign dynamic arrays; things get cleaner and... |
tree | commitdiff |
2006-04-30 |
Robert Spalek | conf: clearing a dynamic array allocates a zero-length... |
tree | commitdiff |
2006-04-30 |
Robert Spalek | conf: fix one journalling call |
tree | commitdiff |
2006-04-30 |
Robert Spalek | conf: expand a macro call, because it's used only once |
tree | commitdiff |
2006-04-30 |
Martin Mares | Renamed conf-test.t to conf-test.cf, because .t usually... |
tree | commitdiff |
2006-04-30 |
Martin Mares | Replaced the DARY_ALLOC by a comment explaining when... |
tree | commitdiff |
2006-04-30 |
Robert Spalek | conf: handle NULL dynamic arrays before calling commit... |
tree | commitdiff |
2006-04-29 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
tree | commitdiff |
2006-04-29 |
Martin Mares | Removed trailing whitespaces. |
tree | commitdiff |
2006-04-29 |
Robert Spalek | conf2: improved error messages (# of item in a list... |
tree | commitdiff |
2006-04-29 |
Robert Spalek | conf2: initialize dynamic arrays so that they are not... |
tree | commitdiff |
2006-04-28 |
Robert Spalek | conf2: allow :clear on string attributes |
tree | commitdiff |
2006-04-28 |
Robert Spalek | conf2 header: added (c) and #ifdef |
tree | commitdiff |
2006-04-28 |
Robert Spalek | conf2: source files references in header files, and... |
tree | commitdiff |
2006-04-28 |
Robert Spalek | conf2.c split into 7 smaller modules conf-*.c with... |
tree | commitdiff |
2006-04-28 |
Pavel Charvat | typo |
tree | commitdiff |
2006-04-28 |
Martin Mares | The --dumpconfig option stops the program after dumping. |
tree | commitdiff |
2006-04-28 |
Martin Mares | Improved comments. |
tree | commitdiff |
2006-04-28 |
Martin Mares | Added stk_strjoin() as well. |
tree | commitdiff |
2006-04-28 |
Martin Mares | Added a function for joining an array of strings, using... |
tree | commitdiff |
2006-04-28 |
Robert Spalek | conf2: fixed 2 bugs in parsing nested configuration... |
tree | commitdiff |
2006-04-27 |
Robert Spalek | split conf2.h into conf.h and getopt.h |
tree | commitdiff |
2006-04-27 |
Robert Spalek | conf: remove the old configuration mechanism whatsoever |
tree | commitdiff |
2006-04-27 |
Martin Mares | Removed the cf/sherlock2 hack (will move the config... |
tree | commitdiff |
2006-04-27 |
Robert Spalek | conf2: postponing of commits fixed |
tree | commitdiff |
2006-04-27 |
Robert Spalek | conf2: fix appending to a dynamic array set to NULL |
tree | commitdiff |
2006-04-27 |
Robert Spalek | conf2: when loading the initial configuration, commit... |
tree | commitdiff |
next |