2007-09-07 |
Martin Mares | Added numbering of tests.
|
commit | commitdiff | tree |
2007-09-06 |
Martin Mares | A few bits of commentary.
|
commit | commitdiff | tree |
2007-09-06 |
Martin Mares | More bits of the array sorter: radix-sort implemented.
|
commit | commitdiff | tree |
2007-09-06 |
Martin Mares | Fixed multi-way sorting with custom presorting.
|
commit | commitdiff | tree |
2007-09-06 |
Martin Mares | Added a sketch of a new array sorter implementation.
|
commit | commitdiff | tree |
2007-09-06 |
Martin Mares | Added a simple allocator for fixed-size objects.
|
commit | commitdiff | tree |
2007-09-05 |
Martin Mares | Unified top-level Makefile with main-line.
|
commit | commitdiff | tree |
2007-09-05 |
Martin Mares | We don't need this as 2-way merging is used rarely.
|
commit | commitdiff | tree |
2007-08-31 |
Martin Mares | New TODO notes.
|
commit | commitdiff | tree |
2007-08-31 |
Martin Mares | A couple of things done.
|
commit | commitdiff | tree |
2007-08-31 |
Martin Mares | Join in the rare case that presorting creates a single...
|
commit | commitdiff | tree |
2007-08-31 |
Martin Mares | Cleaned up joining logic and implemented joins in multi...
|
commit | commitdiff | tree |
2007-08-31 |
Martin Mares | Added decision logic which switches between 2-way merges...
|
commit | commitdiff | tree |
2007-08-31 |
Martin Mares | Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2007-08-31 |
Martin Mares | The GCC bug (I hope I have ruled out all possibilities...
|
commit | commitdiff | tree |
2007-08-31 |
Martin Mares | Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2007-08-31 |
Martin Mares | Better (and correct) handling of joins and empty buckets.
|
commit | commitdiff | tree |
2007-08-30 |
Martin Mares | Cleanup and commentary.
|
commit | commitdiff | tree |
2007-08-30 |
Martin Mares | Added a work-around for nasty GCC bug.
|
commit | commitdiff | tree |
2007-08-30 |
Martin Mares | Yet another swap-out.
|
commit | commitdiff | tree |
2007-08-30 |
Martin Mares | Fixed the yesterday's mysterious bug.
|
commit | commitdiff | tree |
2007-08-30 |
Martin Mares | Presorting for multi-way merge should swap out the...
|
commit | commitdiff | tree |
2007-08-29 |
Martin Mares | So far buggy support for multi-way unification.
|
commit | commitdiff | tree |
2007-08-29 |
Martin Mares | Fixed bug in error message.
|
commit | commitdiff | tree |
2007-08-29 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2007-08-29 |
Martin Mares | Fixed a bug.
|
commit | commitdiff | tree |
2007-08-29 |
Martin Mares | Added options for gcc 4.2.x.
|
commit | commitdiff | tree |
2007-08-29 |
Martin Mares | format_size() no longer exists.
|
commit | commitdiff | tree |
2007-08-29 |
Martin Mares | Multi-way merges work fine in simple cases.
|
commit | commitdiff | tree |
2007-08-25 |
Martin Mares | Setting of LIBS is no longer necessary.
|
commit | commitdiff | tree |
2007-08-25 |
Martin Mares | Updated TODO.
|
commit | commitdiff | tree |
2007-08-25 |
Martin Mares | Dependencies of test programs are no longer hard-wired...
|
commit | commitdiff | tree |
2007-08-25 |
Martin Mares | Cosmetics.
|
commit | commitdiff | tree |
2007-08-25 |
Martin Mares | Shared file handles now use is_temp_file == 2 instead...
|
commit | commitdiff | tree |
2007-08-25 |
Martin Mares | Cleanup of file fastbufs.
|
commit | commitdiff | tree |
2007-08-25 |
Martin Mares | bopen_tmp_file(NULL) works.
|
commit | commitdiff | tree |
2007-08-25 |
Martin Mares | Use bfix_tmp_file() whereever possible.
|
commit | commitdiff | tree |
2007-08-25 |
Martin Mares | Implemented bfix_tmp_file(), which turns a temporary...
|
commit | commitdiff | tree |
2007-08-25 |
Martin Mares | Let bconfig() return the original value.
|
commit | commitdiff | tree |
2007-08-25 |
Martin Mares | Removed obsolete comment.
|
commit | commitdiff | tree |
2007-08-25 |
Martin Mares | Fixed a typo.
|
commit | commitdiff | tree |
2007-08-25 |
Martin Mares | LIBUCW needs to be declared early, because it is used...
|
commit | commitdiff | tree |
2007-08-25 |
Martin Mares | Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2007-08-24 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2007-07-26 |
Martin Mares | Shell utilities should link with libucw, not libsh.
|
commit | commitdiff | tree |
2007-07-26 |
Martin Mares | Commented more libucw configuration switches.
|
commit | commitdiff | tree |
2007-07-26 |
Martin Mares | Use lib/default.cfg and get the version string from...
|
commit | commitdiff | tree |
2007-07-26 |
Martin Mares | Moved default settings of the UCW library to a separate...
|
commit | commitdiff | tree |
2007-07-26 |
Martin Mares | Renamed both instances of `defconfig' to `default.cfg...
|
commit | commitdiff | tree |
2007-07-26 |
Martin Mares | Mention doc/configure.
|
commit | commitdiff | tree |
2007-07-26 |
Martin Mares | Updated documentation on using libraries.
|
commit | commitdiff | tree |
2007-07-26 |
Martin Mares | Moved the tests of linking with Sherlock libraries...
|
commit | commitdiff | tree |
2007-07-26 |
Martin Mares | The separate library distribution now compiles.
|
commit | commitdiff | tree |
2007-07-26 |
Martin Mares | Moved the rule for cf/library to lib/Makefile and the...
|
commit | commitdiff | tree |
2007-07-25 |
Martin Mares | An unfinished experiment in making a separate release...
|
commit | commitdiff | tree |
2007-07-25 |
Martin Mares | Comments must not be indented, otherwise they are passed...
|
commit | commitdiff | tree |
2007-07-20 |
Martin Mares | Comment on optionality of UCW::CGI::error_hook.
|
commit | commitdiff | tree |
2007-07-20 |
Martin Mares | Got rid of some more hidden references to Sherlock...
|
commit | commitdiff | tree |
2007-07-20 |
Martin Mares | Last bits of the CGI.pm move.
|
commit | commitdiff | tree |
2007-07-20 |
Martin Mares | CGI: Added error handling and strictness.
|
commit | commitdiff | tree |
2007-07-20 |
Martin Mares | CGI: Added parsing of multi-part POSTed forms (file...
|
commit | commitdiff | tree |
2007-07-20 |
Martin Mares | CGI: Added "multiline" flag, which allows newline in...
|
commit | commitdiff | tree |
2007-07-20 |
Martin Mares | CGI: Added url_param_escape() which writes spaces as...
|
commit | commitdiff | tree |
2007-07-20 |
Martin Mares | CGI: make_out_args() handles undefs correctly.
|
commit | commitdiff | tree |
2007-07-20 |
Martin Mares | CGI: Added functions for parsing of HTTP headers.
|
commit | commitdiff | tree |
2007-07-20 |
Martin Mares | CGI: Added functions for cookies.
|
commit | commitdiff | tree |
2007-07-20 |
Martin Mares | Moved CGI.pm to UCW namespace.
|
commit | commitdiff | tree |
2007-07-20 |
Martin Mares | Some Perl modules have moved to UCW namespace.
|
commit | commitdiff | tree |
2007-07-20 |
Martin Mares | Split Perl modules to Sherlock and UCW namespaces as...
|
commit | commitdiff | tree |
2007-07-19 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2007-07-19 |
Martin Mares | `make clean' no longer unconfigures the package, it...
|
commit | commitdiff | tree |
2007-07-19 |
Martin Mares | Moved autoconf.h from obj/lib to obj.
|
commit | commitdiff | tree |
2007-07-19 |
Martin Mares | Simplified clean targets.
|
commit | commitdiff | tree |
2007-07-19 |
Martin Mares | autoconf.h needs to be handled differently, since it...
|
commit | commitdiff | tree |
2007-07-19 |
Martin Mares | Unfortunately, libraries with public API need an extra...
|
commit | commitdiff | tree |
2007-07-18 |
Martin Mares | Set `s' and `o' variables in configure.
|
commit | commitdiff | tree |
2007-07-18 |
Martin Mares | Use msg() instead of log().
|
commit | commitdiff | tree |
2007-07-18 |
Martin Mares | Removed another bunch of unneeded dependencies on sherlock...
|
commit | commitdiff | tree |
2007-07-18 |
Martin Mares | Removed unnecessary depedencies on sherlock/sherlock.h.
|
commit | commitdiff | tree |
2007-07-18 |
Martin Mares | Some of the directories in run/ hierarchy are not dependent...
|
commit | commitdiff | tree |
2007-07-18 |
Martin Mares | Fixed const qualifiers in regex library.
|
commit | commitdiff | tree |
2007-07-18 |
Martin Mares | Split the top-level Makefile to three parts.
|
commit | commitdiff | tree |
2007-07-18 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2007-07-18 |
Martin Mares | Cleaned up insallation of library API.
|
commit | commitdiff | tree |
2007-07-18 |
Martin Mares | "-nt" behaves randomly on non-existent files, so check...
|
commit | commitdiff | tree |
2007-07-17 |
Martin Mares | First bits of installation of .pc files.
|
commit | commitdiff | tree |
2007-07-17 |
Martin Mares | Fixed depedencies of libimages.
|
commit | commitdiff | tree |
2007-07-17 |
Martin Mares | The pkg-config variables have no default value.
|
commit | commitdiff | tree |
2007-07-17 |
Martin Mares | Use pkg-config to handle library dependencies.
|
commit | commitdiff | tree |
2007-07-17 |
Martin Mares | Substitute not only configuration switches, but also...
|
commit | commitdiff | tree |
2007-07-17 |
Martin Mares | Unified installation of includes.
|
commit | commitdiff | tree |
2007-07-17 |
Martin Mares | Introduced the verbose switch.
|
commit | commitdiff | tree |
2007-06-22 |
Martin Mares | hashfunc: char-ified.
|
commit | commitdiff | tree |
2007-06-22 |
Martin Mares | Use `char *' instead of `byte *' for strings
|
commit | commitdiff | tree |
2007-06-22 |
Martin Mares | Added missing parameter names to function prototypes.
|
commit | commitdiff | tree |
2007-06-20 |
Martin Mares | Moved detaching of stdout from log_file() to the daemon...
|
commit | commitdiff | tree |
2007-06-20 |
Martin Mares | Documented bgets() and friends per popular request.
|
commit | commitdiff | tree |
2007-06-04 |
Martin Mares | Added missing includes to libucw API.
|
commit | commitdiff | tree |
2007-06-03 |
Martin Mares | Exported the addrmasks and their matching.
|
commit | commitdiff | tree |
2007-05-29 |
Martin Mares | Cleaned up the fastbuf interfaces.
|
commit | commitdiff | tree |
next |