]> mj.ucw.cz Git - libucw.git/history - lib
partial YCCK colorspace support
[libucw.git] / lib /
2006-10-28 Robert Spalekenable dynamic linking on Darwin
2006-10-28 Robert Spalekauto-detect CONFIG_LFS
2006-10-27 Robert Spalekmake the Perl Ulimit module compilable on Darwin
2006-10-27 Robert Spalekupdate the code so that it compiles both on Linux and...
2006-10-27 Robert Spalekfdatasync is not supported on Darwin ===> work-around
2006-10-27 Robert Spalekadded a wrapper for POSIX semaphores that works also...
2006-10-27 Robert Spalekseparate the support of large files from using LFS...
2006-10-26 Robert SpalekALIGN renamed to ALIGN_TO
2006-10-19 Pavel CharvatCompleted merge with dev-img branch.
2006-10-13 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-10-13 Martin Maresstk_printf() has been fixed.
2006-10-09 Robert Spalekconf: improve the format of the error message issued...
2006-10-09 Pavel Charvatthread-safe stk_printf
2006-10-05 Martin MaresReplaced the SORTER_DECLARE_ONLY hack by lib/sorter...
2006-09-26 Martin MaresDefine NO_INLINE, which can be helpful when profiling.
2006-09-22 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-09-20 Martin MaresDocumented thread safety of ucwlib functions.
2006-09-18 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2006-09-15 Martin MaresGuard against calls of random_max() with too large...
2006-09-15 Martin MaresAdded random_u64() and random_max_u64().
2006-09-14 Martin MaresAvoid unnecessary include of bbuf.h in fastbuf.h.
2006-09-14 Martin MaresDefine the buffer type as both a typedef and a structure.
2006-09-14 Martin MaresImplemented the atomic fastbuf backend.
2006-09-13 Martin MaresAtomic fastbufs: the first sketch of the interface.
2006-09-13 Martin MaresAdded ALWAYS_INLINE.
2006-09-11 Martin MaresOops, a typo.
2006-09-11 Martin MaresEnable prefetching on some more CPU's.
2006-09-11 Martin MaresAdded automatic configuration for Prescott, Nocona...
2006-09-10 Pavel CharvatMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-09-10 Pavel CharvatSmall customizations moved do a new directory:
2006-09-10 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-09-10 Martin MaresAdded sh_fstat.
2006-09-10 Pavel CharvatIntroduced new switch CONFIG_SHERLOCK which can
2006-09-05 Pavel Charvatadded missing _UCW prefix to headers guards
2006-07-26 Pavel CharvatMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-07-26 Pavel Charvatfixed some compilation warnings
2006-07-25 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-07-25 Pavel Charvatfixed v3.9 config parsing in web-queue-main
2006-07-24 Pavel CharvatMerge with git+ssh://www.ucw.cz/projects/sherlock/GIT...
2006-07-24 Pavel CharvatMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-07-19 Pavel CharvatMerge with git+ssh://www.ucw.cz/projects/sherlock/GIT...
2006-07-17 Vladimir Jelenbackport patch from head
2006-07-17 Vladimir Jelenbackport patch from head
2006-07-10 Vladimir Jelenfix - allow logfiles larger then 2G
2006-07-09 Martin MaresWhen exporting libucw API, don't forget to add autoconf.h.
2006-07-03 Daniel FialaAdded function lib/redblack.h:search_down(key), that...
2006-05-27 Martin MaresReplaced cf_string_node and cf_2string_node by more...
2006-05-18 Pavel CharvatAdded memory limit to bgets_bb().
2006-05-18 Pavel Charvatremoved trailing spaces
2006-05-18 Pavel CharvatSome fixes and changes from yesterday.
2006-05-17 Pavel Charvatbin/config: String type has no prefix again.
2006-05-17 Pavel CharvatSome optimizations and fixes in bgets*().
2006-05-17 Martin MaresSplit fastbuf.c to three parts.
2006-05-17 Pavel CharvatMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-05-17 Pavel CharvatFaster bgets_bb(). Similar optimizations can be done in
2006-05-17 Robert Spalekshell/config: remove duplicate type_size()
2006-05-17 Pavel Charvatsimple bgets with allocation on the stack/mempool/bbuf
2006-05-16 Pavel CharvatForgotten commit... added arrays support to configurati...
2006-05-12 Pavel Charvatadded missing dependency
2006-05-12 Pavel Charvatremoved forgotten space
2006-05-12 Pavel Charvatconfiguration reader:
2006-05-11 Pavel Charvat"not/configured" safe defaults returned to bin/indexer
2006-05-11 Pavel Charvatmore intuitive parameter in configuration reader
2006-05-11 Pavel Charvatlib/shell/config.c rewritten...
2006-05-07 Robert Spalekcleanup of new configuration: operation :unset replaced...
2006-05-05 Robert Spalekconfiguration mechanism: added support for bitmaps
2006-05-04 Martin MaresCONST is not PURE. Thanks to Pavel for spotting that.
2006-05-04 Martin MaresUse LIKE_MALLOC and SENTINEL_CHECK for mempool operations.
2006-05-04 Martin MaresCorrected definition of the PURE attribute.
2006-05-03 Robert Spalekconf: forgot to initialize a local variable
2006-04-30 Robert Spalekconf: don't die in bgets() on too long lines
2006-04-30 Martin MaresWhen allocating dynamic arrays, respect alignment....
2006-04-30 Robert Spalekconf: move the initialization of dynamic arrays from...
2006-04-30 Robert Spalekconf: redesign dynamic arrays; things get cleaner and...
2006-04-30 Robert Spalekconf: clearing a dynamic array allocates a zero-length...
2006-04-30 Robert Spalekconf: fix one journalling call
2006-04-30 Robert Spalekconf: expand a macro call, because it's used only once
2006-04-30 Martin MaresRenamed conf-test.t to conf-test.cf, because .t usually...
2006-04-30 Martin MaresReplaced the DARY_ALLOC by a comment explaining when...
2006-04-30 Robert Spalekconf: handle NULL dynamic arrays before calling commit...
2006-04-29 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-29 Martin MaresRemoved trailing whitespaces.
2006-04-29 Robert Spalekconf2: improved error messages (# of item in a list...
2006-04-29 Robert Spalekconf2: initialize dynamic arrays so that they are not...
2006-04-28 Robert Spalekconf2: allow :clear on string attributes
2006-04-28 Robert Spalekconf2 header: added (c) and #ifdef
2006-04-28 Robert Spalekconf2: source files references in header files, and...
2006-04-28 Robert Spalekconf2.c split into 7 smaller modules conf-*.c with...
2006-04-28 Pavel Charvattypo
2006-04-28 Martin MaresThe --dumpconfig option stops the program after dumping.
2006-04-28 Martin MaresImproved comments.
2006-04-28 Martin MaresAdded stk_strjoin() as well.
2006-04-28 Martin MaresAdded a function for joining an array of strings, using...
2006-04-28 Robert Spalekconf2: fixed 2 bugs in parsing nested configuration...
2006-04-27 Robert Spaleksplit conf2.h into conf.h and getopt.h
2006-04-27 Robert Spalekconf: remove the old configuration mechanism whatsoever
2006-04-27 Martin MaresRemoved the cf/sherlock2 hack (will move the config...
2006-04-27 Robert Spalekconf2: postponing of commits fixed
2006-04-27 Robert Spalekconf2: fix appending to a dynamic array set to NULL
2006-04-27 Robert Spalekconf2: when loading the initial configuration, commit...
next