]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
2007-08-25 Martin MaresRemoved obsolete comment.
2007-08-25 Martin MaresFixed a typo.
2007-08-25 Martin MaresLIBUCW needs to be declared early, because it is used...
2007-08-25 Martin MaresMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-08-24 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2007-07-26 Martin MaresShell utilities should link with libucw, not libsh.
2007-07-26 Martin MaresCommented more libucw configuration switches.
2007-07-26 Martin MaresUse lib/default.cfg and get the version string from...
2007-07-26 Martin MaresMoved default settings of the UCW library to a separate...
2007-07-26 Martin MaresRenamed both instances of `defconfig' to `default.cfg...
2007-07-26 Martin MaresMention doc/configure.
2007-07-26 Martin MaresUpdated documentation on using libraries.
2007-07-26 Martin MaresMoved the tests of linking with Sherlock libraries...
2007-07-26 Martin MaresThe separate library distribution now compiles.
2007-07-26 Martin MaresMoved the rule for cf/library to lib/Makefile and the...
2007-07-25 Martin MaresAn unfinished experiment in making a separate release...
2007-07-25 Martin MaresComments must not be indented, otherwise they are passe...
2007-07-25 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-07-20 Martin MaresComment on optionality of UCW::CGI::error_hook.
2007-07-20 Martin MaresGot rid of some more hidden references to Sherlock...
2007-07-20 Martin MaresLast bits of the CGI.pm move.
2007-07-20 Martin MaresCGI: Added error handling and strictness.
2007-07-20 Martin MaresCGI: Added parsing of multi-part POSTed forms (file...
2007-07-20 Martin MaresCGI: Added "multiline" flag, which allows newline in...
2007-07-20 Martin MaresCGI: Added url_param_escape() which writes spaces as...
2007-07-20 Martin MaresCGI: make_out_args() handles undefs correctly.
2007-07-20 Martin MaresCGI: Added functions for parsing of HTTP headers.
2007-07-20 Martin MaresCGI: Added functions for cookies.
2007-07-20 Martin MaresMoved CGI.pm to UCW namespace.
2007-07-20 Martin MaresSome Perl modules have moved to UCW namespace.
2007-07-20 Martin MaresSplit Perl modules to Sherlock and UCW namespaces as...
2007-07-20 Pavel CharvatMakefile: fixed compilation of tests
2007-07-19 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-07-19 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2007-07-19 Pavel Charvatlibucw: removed utf8_check routine... it did not check...
2007-07-19 Martin Mares`make clean' no longer unconfigures the package, it...
2007-07-19 Martin MaresMoved autoconf.h from obj/lib to obj.
2007-07-19 Martin MaresSimplified clean targets.
2007-07-19 Martin Maresautoconf.h needs to be handled differently, since it...
2007-07-19 Martin MaresUnfortunately, libraries with public API need an extra...
2007-07-18 Martin MaresSet `s' and `o' variables in configure.
2007-07-18 Martin MaresUse msg() instead of log().
2007-07-18 Martin MaresRemoved another bunch of unneeded dependencies on sherl...
2007-07-18 Martin MaresRemoved unnecessary depedencies on sherlock/sherlock.h.
2007-07-18 Martin MaresSome of the directories in run/ hierarchy are not depen...
2007-07-18 Martin MaresFixed const qualifiers in regex library.
2007-07-18 Martin MaresSplit the top-level Makefile to three parts.
2007-07-18 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2007-07-18 Martin MaresCleaned up insallation of library API.
2007-07-18 Martin Mares"-nt" behaves randomly on non-existent files, so check...
2007-07-17 Martin MaresFirst bits of installation of .pc files.
2007-07-17 Martin MaresFixed depedencies of libimages.
2007-07-17 Martin MaresThe pkg-config variables have no default value.
2007-07-17 Martin MaresUse pkg-config to handle library dependencies.
2007-07-17 Martin MaresSubstitute not only configuration switches, but also...
2007-07-17 Pavel Charvatfixed a well hidden bug in file fastbufs
2007-07-17 Martin MaresUnified installation of includes.
2007-07-17 Martin MaresIntroduced the verbose switch.
2007-07-09 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-25 Pavel Charvattypos
2007-06-25 Pavel Charvatfew "byte *" -> "char *" conversions
2007-06-25 Pavel Charvatnoted that utf8_{put/get} supports only a subset of...
2007-06-25 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-25 Pavel Charvatconverted byte ** -> char ** in sepsplit
2007-06-25 Pavel Charvatreplaced several "byte *" -> "char *", mostly in the...
2007-06-25 Pavel Charvatfastbufs: byte * -> char *
2007-06-25 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-22 Martin Mareshashfunc: char-ified.
2007-06-22 Martin MaresUse `char *' instead of `byte *' for strings
2007-06-22 Martin MaresAdded missing parameter names to function prototypes.
2007-06-22 Robert Spaleklib: convert log->msg in Darwin-#ifdef'ed code
2007-06-21 Pavel Charvatlibimages: removed experiments with Hilbert curves
2007-06-21 Pavel Charvatrun testing utities in rundir instead of in source...
2007-06-21 Pavel CharvatThe great conversion of log() logging function to msg().
2007-06-21 Pavel Charvatlicharset: added const qualifiers
2007-06-21 Pavel Charvatlibucw: added more const qualifiers
2007-06-21 Pavel Charvatfixed few compilation warnings
2007-06-21 Pavel Charvatlibucw: added several const qualifiers
2007-06-20 Martin MaresMoved detaching of stdout from log_file() to the daemon...
2007-06-20 Martin MaresDocumented bgets() and friends per popular request.
2007-06-19 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-14 Pavel Charvatsimplified usage utf8_get
2007-06-07 Pavel Charvatbackbuf support in parametrized fastbuf
2007-06-07 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-07 Pavel Charvatfb-file: some comments and automatic tests
2007-06-06 Pavel Charvatdocumented fbpool briefly
2007-06-06 Pavel Charvatfixed fb-grow tester
2007-06-06 Pavel Charvatadded some fastbuf tests
2007-06-06 Pavel Charvatfastbufs: added some I/O checks
2007-06-06 Pavel Charvatsimple fastbuf on memory pools
2007-06-06 Pavel Charvatported fastbuf with effective backwards reading......
2007-06-05 Pavel Charvatgettid: fixed a compilation bug on gentoo
2007-06-04 Martin MaresAdded missing includes to libucw API.
2007-06-03 Martin MaresExported the addrmasks and their matching.
2007-06-01 Pavel Charvatbig_alloc: check if big_alloc and big_free sizes match
2007-06-01 Pavel Charvatlib: added {big,page}_alloc_zero routines
2007-06-01 Pavel Charvatlib: removed breada :-)
2007-06-01 Pavel Charvatfastbufs: added a new function for safe reading of...
2007-05-31 Pavel CharvatFixed a bug in fb-mmap.
2007-05-29 Martin MaresCleaned up the fastbuf interfaces.
next