]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
2008-09-05 Michal VanerAdd a description of extract-doc.pl script
2008-09-05 Michal VanerDocumentation system: file xrefs
2008-09-05 Michal VanerDocumentation system: null-macro not needed
2008-09-05 Michal VanerDocumentation system: <<f()>> links
2008-08-25 Martin MaresDoc: NULL is now detected and typeset properly.
2008-08-25 Michal VanerLess complicated syntax of function references
2008-08-25 Martin MaresConfigure: Fixed a bug in error handling.
2008-08-25 Martin MaresUpdate documentation of fastbufs.
2008-08-25 Michal VanerDocumentation system: manual function links
2008-08-25 Michal VanerDocumentation system: generate anchors/ids for functions
2008-08-25 Michal VanerDocumentation system: detect functions by name()
2008-08-25 Michal VanerLibucw: Documentation of more fastbuf headers.
2008-08-25 Michal VanerLibucw: documentation of fastbuf.h
2008-08-25 Michal VanerDocumentation system: Structures are input verbatim.
2008-08-25 Michal VanerEnhanced documentation system.
2008-08-25 Michal VanerCreated documentation system.
2008-08-24 Martin MaresFixed a comment.
2008-07-30 Martin MaresUpdate MAX_WORD_xxx in the lib-only customization.
2008-07-27 Martin MaresBuild system: -soname should contain SONAME_SUFFIX.
2008-07-27 Martin MaresLibucw: Cleaned up logging in fb-atomic.
2008-07-27 Michal VanerLibucw: Get rid of a warning during test.
2008-07-27 Martin MaresConfigure: Determine /var and related installation...
2008-07-27 Martin MaresBuild: Let genconf expand variables recursively.
2008-07-27 Martin MaresConfigure: Avoid dashes in names of variables.
2008-07-26 Michal VanerLibucw: Split ff-string.c.
2008-07-22 Michal VanerLibucw: Added tests of the URL module.
2008-07-22 Michal VanerLibucw: Update path parameter handling of URL to curren...
2008-07-22 Michal VanerLibucw: Update URL escaping to current RFC (2396).
2008-07-22 Michal VanerLibucw: A test for mmap fastbufs.
2008-07-22 Michal VanerLibucw: Coding conventions fix
2008-07-22 Michal VanerLibucw: Replace obsolete log calls by msg.
2008-07-22 Michal VanerLibucw: A test for fastbufs on static buffers.
2008-07-22 Michal VanerLibucw: Tests for some fastbufs which already have...
2008-07-22 Martin MaresLibucw: Added str_count_char().
2008-07-20 Michal VanerLibucw: Add ROR (bitwise ROtation to Right)
2008-07-20 Michal VanerLibucw: Prime numbers moved from lib.h to prime.h.
2008-07-20 Michal VanerRewrite #include "..." to #include <...> when installing.
2008-07-19 Martin MaresRemoved an obsolete comment.
2008-07-19 Martin MaresLibucw: Split ucw/fb-temp.c.
2008-07-19 Martin MaresLibucw: Better configuration of temporary directories.
2008-07-19 Michal VanerLibucw: Change sh_ prefix to ucw_.
2008-07-19 Martin MaresLibucw: Use the new temp file logic for semaphores.
2008-07-19 Martin MaresLibucw: Be able to use public tmp directory.
2008-07-19 Martin MaresLibucw: added bopen_fd_name()
2008-07-19 Michal VanerLibucw: url byte -> char
2008-07-19 Michal VanerLibucw: remove dmalloc support
2008-07-17 Michal VanerLibucw: Remove lists.{h,c}
2008-07-17 Michal VanerMove pagecache from libucw to libsherlock
2008-07-17 Michal VanerMove db system from Libucw to Libsherlock
2008-07-17 Michal VanerMove context matching to libgather
2008-07-17 Michal VanerLibucw: unicode.h - Remove macros with the same functio...
2008-07-17 Michal VanerLibucw: fix extention (.test -> .t)
2008-07-17 Michal VanerLibucw: basecode would break while decoding and '-...
2008-07-14 Martin MaresRemember to enable CONFIG_LOCAL in the library example.
2008-07-14 Martin MaresThe big move. Step #2: Updated all other references...
2008-07-14 Martin MaresThe big move. Step #1: Move whole lib/ to ucw/.
2008-07-14 Michal VanerReadding line of makefile lost in merge
2008-07-14 Martin MaresLibucw: basecode utility and its tests.
2008-07-14 Michal VanerLibucw: Changing md5 module interface to match sha1.
2008-07-14 Michal VanerLibucw: wildmatch uses char * instead of byte * for...
2008-07-14 Michal VanerLibucw: Test for redblack.h
2008-07-14 Michal VanerLibucw: Test for binheap.h
2008-07-14 Michal VanerLibucw: Test for arraysort.h
2008-07-14 Martin MaresMerge branch 'master' into dev-lib
2008-07-14 Martin MaresMerge branch 'dev-admin'
2008-07-08 Pavel CharvatEnable automatic tests for byte-bases tries.
2008-07-08 Pavel CharvatImplemented byte-bases trie.
2008-07-08 Pavel CharvatImplemented {mp,ep}_total_size().
2008-07-08 Pavel CharvatHidden one possible compilation warning in KMP.
2008-07-07 Pavel CharvatMerge branch 'master' into dev-admin
2008-07-04 Martin MaresLibucw: Spelling.
2008-07-01 Martin MaresLibucw: Added an implementation of HMAC-SHA1.
2008-07-01 Martin MaresAdapt to CF_LOOKUP constification.
2008-07-01 Martin MaresUCW: Constified the lookup table for CF_LOOKUP and...
2008-07-01 Martin MaresLibucw: Added sha1.t to the automatic tests.
2008-07-01 Martin MaresLibucw: Added a SHA-1 module.
2008-07-01 Martin MaresConfigure: Better extraction of settings in PkgConfig...
2008-07-01 Martin MaresConfigure: better guard against undef's returned by...
2008-07-01 Martin MaresTests for the string module.
2008-06-25 Martin MaresThe libucw Makefile no longer installs cf/library autom...
2008-06-25 Martin MaresFixed a bug in str_unesc() and added a testsuite.
2008-06-25 Martin MaresReplaced the md5hex module by the hexdumper.
2008-06-25 Martin Maresstr_hexdump() now uses the new hexdumper.
2008-06-25 Martin MaresHexdumping functions can also use separators.
2008-06-25 Martin MaresAdded a simple module for making and parsing hexdumps.
2008-06-25 Martin MaresRenamed str-test to hashfunc-test, because that's what...
2008-06-25 Martin MaresMove chartype functions to lib/char-*.c.
2008-06-25 Martin MaresMoved matching and splitting functions to lib/str-*.c.
2008-06-25 Martin MaresMore moves of string functions out of lib/lib.h.
2008-06-25 Martin MaresMoved regex functions to lib/regex.h.
2008-06-25 Martin MaresIntroduced new header "lib/string.h".
2008-06-25 Martin MaresBuild system: Substitute installation paths in .pc...
2008-06-25 Martin MaresRevert "Configure: Set installation paths based on...
2008-06-25 Martin MaresConfigure: Set installation paths based on PREFIX.
2008-06-25 Martin MaresConfigure: Set installation paths based on PREFIX.
2008-06-25 Martin MaresAllow the name of the config file directory to be overr...
2008-06-25 Martin MaresMakefiles: implement a symlink-alias macro.
2008-06-25 Martin MaresMakefiles: Allow a prefix and suffix of installed libra...
2008-06-25 Martin MaresConfigure: Partial support for CONFIG_LOCAL and PREFIX.
2008-06-25 Martin MaresConfigure: Remember PKG_CONFIG_PATH used for building.
next