2007-08-29 |
Martin Mares | Fixed a bug. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Martin Mares | format_size() no longer exists. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Martin Mares | Multi-way merges work fine in simple cases. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | Setting of LIBS is no longer necessary. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | Updated TODO. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | Cosmetics. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | Shared file handles now use is_temp_file == 2 instead... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | Cleanup of file fastbufs. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | bopen_tmp_file(NULL) works. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | Use bfix_tmp_file() whereever possible. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | Implemented bfix_tmp_file(), which turns a temporary... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | Let bconfig() return the original value. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | Removed obsolete comment. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | Fixed a typo. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | LIBUCW needs to be declared early, because it is used... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Martin Mares | Shell utilities should link with libucw, not libsh. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Martin Mares | Commented more libucw configuration switches. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Martin Mares | Use lib/default.cfg and get the version string from... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Martin Mares | Moved default settings of the UCW library to a separate... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Martin Mares | Renamed both instances of `defconfig' to `default.cfg... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Martin Mares | Mention doc/configure. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Martin Mares | Updated documentation on using libraries. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Martin Mares | Moved the tests of linking with Sherlock libraries... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Martin Mares | The separate library distribution now compiles. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Martin Mares | Moved the rule for cf/library to lib/Makefile and the... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Martin Mares | An unfinished experiment in making a separate release... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Martin Mares | Comments must not be indented, otherwise they are passe... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Pavel Charvat | Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Martin Mares | Comment on optionality of UCW::CGI::error_hook. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Martin Mares | Got rid of some more hidden references to Sherlock... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Martin Mares | Last bits of the CGI.pm move. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Martin Mares | CGI: Added error handling and strictness. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Martin Mares | CGI: Added parsing of multi-part POSTed forms (file... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Martin Mares | CGI: Added "multiline" flag, which allows newline in... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Martin Mares | CGI: Added url_param_escape() which writes spaces as... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Martin Mares | CGI: make_out_args() handles undefs correctly. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Martin Mares | CGI: Added functions for parsing of HTTP headers. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Martin Mares | CGI: Added functions for cookies. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Martin Mares | Moved CGI.pm to UCW namespace. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Martin Mares | Some Perl modules have moved to UCW namespace. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Martin Mares | Split Perl modules to Sherlock and UCW namespaces as... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Pavel Charvat | Makefile: fixed compilation of tests |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Pavel Charvat | Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Pavel Charvat | libucw: removed utf8_check routine... it did not check... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Martin Mares | `make clean' no longer unconfigures the package, it... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Martin Mares | Moved autoconf.h from obj/lib to obj. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Martin Mares | Simplified clean targets. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Martin Mares | autoconf.h needs to be handled differently, since it... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Martin Mares | Unfortunately, libraries with public API need an extra... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Martin Mares | Set `s' and `o' variables in configure. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Martin Mares | Use msg() instead of log(). |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Martin Mares | Removed another bunch of unneeded dependencies on sherl... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Martin Mares | Removed unnecessary depedencies on sherlock/sherlock.h. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Martin Mares | Some of the directories in run/ hierarchy are not depen... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Martin Mares | Fixed const qualifiers in regex library. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Martin Mares | Split the top-level Makefile to three parts. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Martin Mares | Cleaned up insallation of library API. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Martin Mares | "-nt" behaves randomly on non-existent files, so check... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Martin Mares | First bits of installation of .pc files. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Martin Mares | Fixed depedencies of libimages. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Martin Mares | The pkg-config variables have no default value. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Martin Mares | Use pkg-config to handle library dependencies. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Martin Mares | Substitute not only configuration switches, but also... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Pavel Charvat | fixed a well hidden bug in file fastbufs |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Martin Mares | Unified installation of includes. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Martin Mares | Introduced the verbose switch. |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Pavel Charvat | Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Pavel Charvat | typos |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Pavel Charvat | few "byte *" -> "char *" conversions |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Pavel Charvat | noted that utf8_{put/get} supports only a subset of... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Pavel Charvat | Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Pavel Charvat | converted byte ** -> char ** in sepsplit |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Pavel Charvat | replaced several "byte *" -> "char *", mostly in the... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Pavel Charvat | fastbufs: byte * -> char * |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Pavel Charvat | Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Martin Mares | hashfunc: char-ified. |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Martin Mares | Use `char *' instead of `byte *' for strings |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Martin Mares | Added missing parameter names to function prototypes. |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Robert Spalek | lib: convert log->msg in Darwin-#ifdef'ed code |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Pavel Charvat | libimages: removed experiments with Hilbert curves |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Pavel Charvat | run testing utities in rundir instead of in source... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Pavel Charvat | The great conversion of log() logging function to msg(). |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Pavel Charvat | licharset: added const qualifiers |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Pavel Charvat | libucw: added more const qualifiers |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Pavel Charvat | fixed few compilation warnings |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Pavel Charvat | libucw: added several const qualifiers |
commit | commitdiff | tree | snapshot |
2007-06-20 |
Martin Mares | Moved detaching of stdout from log_file() to the daemon... |
commit | commitdiff | tree | snapshot |
2007-06-20 |
Martin Mares | Documented bgets() and friends per popular request. |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Pavel Charvat | Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2007-06-14 |
Pavel Charvat | simplified usage utf8_get |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Pavel Charvat | backbuf support in parametrized fastbuf |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Pavel Charvat | Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Pavel Charvat | fb-file: some comments and automatic tests |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Pavel Charvat | documented fbpool briefly |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Pavel Charvat | fixed fb-grow tester |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Pavel Charvat | added some fastbuf tests |
commit | commitdiff | tree | snapshot |
next |