2009-04-11 |
Robert Spalek | move strnlen() to ucw/string.c
|
commit | commitdiff | tree |
2009-04-11 |
Robert Spalek | add strnlen() which isn't available on Darwin
|
commit | commitdiff | tree |
2009-04-11 |
Robert Spalek | make mainloop.c work on Darwin, where O_CLOEXEC is...
|
commit | commitdiff | tree |
2009-04-07 |
Robert Spalek | version number changed to 4.0
|
commit | commitdiff | tree |
2009-04-07 |
Robert Spalek | Merge branch 'dev-lib'
|
commit | commitdiff | tree |
2009-02-05 |
Robert Spalek | changed OFFSETOF again
|
commit | commitdiff | tree |
2009-02-05 |
Robert Spalek | fix OFFSET_OF on 64-bit architectures
|
commit | commitdiff | tree |
2009-02-04 |
Robert Spalek | Merge branch 'master' into dev-lib
|
commit | commitdiff | tree |
2009-02-04 |
Robert Spalek | make page_alloc(0) work
|
commit | commitdiff | tree |
2009-02-04 |
Robert Spalek | fix partmap_load(size=0), because mmap fails on that...
|
commit | commitdiff | tree |
2009-02-04 |
Robert Spalek | fix partmap_load() on amd64 with CONFIG_PARTMAP_IS_MMAP
|
commit | commitdiff | tree |
2008-11-29 |
Robert Spalek | fix installer on Darwin
|
commit | commitdiff | tree |
2008-11-29 |
Robert Spalek | fix building shared libraries on Darwin
|
commit | commitdiff | tree |
2008-11-28 |
Robert Spalek | make Sherlock compilable on Darwin without hacks due...
|
commit | commitdiff | tree |
2008-11-27 |
Robert Spalek | clean up linking -lpcre to libucw
|
commit | commitdiff | tree |
2008-11-27 |
Robert Spalek | fixing my previous patch according to MJ's comments
|
commit | commitdiff | tree |
2008-11-27 |
Robert Spalek | make regex and asciidoc work on Darwin without hacking
|
commit | commitdiff | tree |
2008-11-27 |
Robert Spalek | make Sherlock compilable on Darwin without hacks due...
|
commit | commitdiff | tree |
2008-11-27 |
Robert Spalek | allow libucw to depend on other libraries
|
commit | commitdiff | tree |
2008-10-24 |
Robert Spalek | ucw/semaphore.h doesn't compile with gcc-4.0; the fix...
|
commit | commitdiff | tree |
2008-07-20 |
Robert Spalek | autoconf.cfg: recognize correctly quad-core models...
|
commit | commitdiff | tree |
2008-07-20 |
Robert Spalek | autoconf.cfg: recognize correctly quad-core models...
|
commit | commitdiff | tree |
2007-06-22 |
Robert Spalek | lib: convert log->msg in Darwin-#ifdef'ed code
|
commit | commitdiff | tree |
2007-04-28 |
Robert Spalek | lib: added missing include on Darwin
|
commit | commitdiff | tree |
2006-10-28 |
Robert Spalek | enable dynamic linking on Darwin
|
commit | commitdiff | tree |
2006-10-28 |
Robert Spalek | auto-detect CONFIG_LFS
|
commit | commitdiff | tree |
2006-10-27 |
Robert Spalek | make the Perl Ulimit module compilable on Darwin
|
commit | commitdiff | tree |
2006-10-27 |
Robert Spalek | update the code so that it compiles both on Linux and...
|
commit | commitdiff | tree |
2006-10-27 |
Robert Spalek | fdatasync is not supported on Darwin ===> work-around
|
commit | commitdiff | tree |
2006-10-27 |
Robert Spalek | added a wrapper for POSIX semaphores that works also...
|
commit | commitdiff | tree |
2006-10-27 |
Robert Spalek | separate the support of large files from using LFS...
|
commit | commitdiff | tree |
2006-10-26 |
Robert Spalek | ALIGN renamed to ALIGN_TO
|
commit | commitdiff | tree |
2006-10-09 |
Robert Spalek | conf: improve the format of the error message issued...
|
commit | commitdiff | tree |
2006-05-17 |
Robert Spalek | shell/config: remove duplicate type_size()
|
commit | commitdiff | tree |
2006-05-07 |
Robert Spalek | cleanup of new configuration: operation :unset replaced...
|
commit | commitdiff | tree |
2006-05-05 |
Robert Spalek | configuration mechanism: added support for bitmaps
|
commit | commitdiff | tree |
2006-05-03 |
Robert Spalek | conf: forgot to initialize a local variable
|
commit | commitdiff | tree |
2006-04-30 |
Robert Spalek | conf: don't die in bgets() on too long lines
|
commit | commitdiff | tree |
2006-04-30 |
Robert Spalek | conf: move the initialization of dynamic arrays from...
|
commit | commitdiff | tree |
2006-04-30 |
Robert Spalek | conf: redesign dynamic arrays; things get cleaner and...
|
commit | commitdiff | tree |
2006-04-30 |
Robert Spalek | conf: clearing a dynamic array allocates a zero-length...
|
commit | commitdiff | tree |
2006-04-30 |
Robert Spalek | conf: fix one journalling call
|
commit | commitdiff | tree |
2006-04-30 |
Robert Spalek | conf: expand a macro call, because it's used only once
|
commit | commitdiff | tree |
2006-04-30 |
Robert Spalek | conf: handle NULL dynamic arrays before calling commit...
|
commit | commitdiff | tree |
2006-04-29 |
Robert Spalek | conf2: improved error messages (# of item in a list...
|
commit | commitdiff | tree |
2006-04-29 |
Robert Spalek | conf2: initialize dynamic arrays so that they are not...
|
commit | commitdiff | tree |
2006-04-28 |
Robert Spalek | conf2: allow :clear on string attributes
|
commit | commitdiff | tree |
2006-04-28 |
Robert Spalek | conf2 header: added (c) and #ifdef
|
commit | commitdiff | tree |
2006-04-28 |
Robert Spalek | conf2: source files references in header files, and...
|
commit | commitdiff | tree |
2006-04-28 |
Robert Spalek | conf2.c split into 7 smaller modules conf-*.c with...
|
commit | commitdiff | tree |
2006-04-28 |
Robert Spalek | conf2: fixed 2 bugs in parsing nested configuration...
|
commit | commitdiff | tree |
2006-04-27 |
Robert Spalek | split conf2.h into conf.h and getopt.h
|
commit | commitdiff | tree |
2006-04-27 |
Robert Spalek | conf: remove the old configuration mechanism whatsoever
|
commit | commitdiff | tree |
2006-04-27 |
Robert Spalek | conf2: postponing of commits fixed
|
commit | commitdiff | tree |
2006-04-27 |
Robert Spalek | conf2: fix appending to a dynamic array set to NULL
|
commit | commitdiff | tree |
2006-04-27 |
Robert Spalek | conf2: when loading the initial configuration, commit...
|
commit | commitdiff | tree |
2006-04-27 |
Robert Spalek | conf2: polished error messages of commit-hooks
|
commit | commitdiff | tree |
2006-04-27 |
Robert Spalek | shell/config: check the default value from the command...
|
commit | commitdiff | tree |
2006-04-27 |
Robert Spalek | shell/config: upgraded to use conf2 instead of conf
|
commit | commitdiff | tree |
2006-04-27 |
Robert Spalek | conf2: unified clist operations with the rest of Sherlock
|
commit | commitdiff | tree |
2006-04-27 |
Robert Spalek | conf2: list operation duplicate -> copy, and support...
|
commit | commitdiff | tree |
2006-04-27 |
Robert Spalek | conf2: implemented list operation duplicate
|
commit | commitdiff | tree |
2006-04-27 |
Robert Spalek | add a name of the user-defined type
|
commit | commitdiff | tree |
2006-04-27 |
Robert Spalek | conf2: dumper of the configuration polished; support...
|
commit | commitdiff | tree |
2006-04-27 |
Robert Spalek | conf2: dumping of NULL strings polished
|
commit | commitdiff | tree |
2006-04-26 |
Robert Spalek | conf2: export low-level journalling functions for the...
|
commit | commitdiff | tree |
2006-04-26 |
Robert Spalek | conf2: lookup tables are byte** instead of char**
|
commit | commitdiff | tree |
2006-04-25 |
Robert Spalek | conf2: include <getopt.h> again, it's tedious to write...
|
commit | commitdiff | tree |
2006-04-25 |
Robert Spalek | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2006-04-25 |
Robert Spalek | conf2: dynamic arrays allow negative maximal length
|
commit | commitdiff | tree |
2006-04-25 |
Robert Spalek | conf: parsing IP address fixed
|
commit | commitdiff | tree |
2006-04-25 |
Robert Spalek | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2006-04-25 |
Robert Spalek | conf2: add 2 ASSERT's on checking the user-defined...
|
commit | commitdiff | tree |
2006-04-25 |
Robert Spalek | conf2: added support for user-defined types (tested...
|
commit | commitdiff | tree |
2006-04-25 |
Robert Spalek | conf2: add basic type CT_LOOKUP that maps strings to...
|
commit | commitdiff | tree |
2006-04-24 |
Robert Spalek | conf2: damn, I of course forgot to get rid of a debug...
|
commit | commitdiff | tree |
2006-04-24 |
Robert Spalek | conf2: implemented committing only dirty sections
|
commit | commitdiff | tree |
2006-04-24 |
Robert Spalek | conf2: correct unescaping of C-strings
|
commit | commitdiff | tree |
2006-04-24 |
Robert Spalek | conf2: report a bug when mixing line- and block- syntax...
|
commit | commitdiff | tree |
2006-04-24 |
Robert Spalek | conf2: insert a node into a list as soon as possible...
|
commit | commitdiff | tree |
2006-04-23 |
Robert Spalek | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2006-04-23 |
Robert Spalek | lib: revert unwanted commit
|
commit | commitdiff | tree |
2006-04-23 |
Robert Spalek | lib: converted to use conf2.c instead of conf.c
|
commit | commitdiff | tree |
2006-04-23 |
Robert Spalek | conf2: tested a few more test-cases and fixed/polished...
|
commit | commitdiff | tree |
2006-04-23 |
Robert Spalek | conf2: sorry, fix the commit-hook messages
|
commit | commitdiff | tree |
2006-04-23 |
Robert Spalek | conf2: fix commit hooks
|
commit | commitdiff | tree |
2006-04-23 |
Robert Spalek | conf2: MJ's objections taken care of
|
commit | commitdiff | tree |
2006-04-23 |
Robert Spalek | conf2: bugfixes in journaling
|
commit | commitdiff | tree |
2006-04-23 |
Robert Spalek | conf2: verified and fixed all parsers
|
commit | commitdiff | tree |
2006-04-23 |
Robert Spalek | conf2: fixed journaling of list operations
|
commit | commitdiff | tree |
2006-04-23 |
Robert Spalek | conf2: lists seem to be debugged
|
commit | commitdiff | tree |
2006-04-23 |
Robert Spalek | conf2: 2 bugfixes concerning dynamic arrays and lists
|
commit | commitdiff | tree |
2006-04-23 |
Robert Spalek | conf2: debug dumping of memory into a fastbuf partially...
|
commit | commitdiff | tree |
2006-04-23 |
Robert Spalek | conf2: another bug hunted
|
commit | commitdiff | tree |
2006-04-23 |
Robert Spalek | conf2: removed handling of dirty pages
|
commit | commitdiff | tree |
2006-04-23 |
Robert Spalek | conf2: debugged a lot
|
commit | commitdiff | tree |
2006-04-22 |
Robert Spalek | conf2: journaling of lists still doesn't work, doubles...
|
commit | commitdiff | tree |
2006-04-22 |
Robert Spalek | conf2-test: add a simple tester configuration file
|
commit | commitdiff | tree |
2006-04-22 |
Robert Spalek | conf2: several bugfixes, and added interpolation of...
|
commit | commitdiff | tree |
2006-04-22 |
Robert Spalek | conf2: call commit-hooks on dirty sections
|
commit | commitdiff | tree |
next |