2006-10-04 |
Pavel Charvat | * dev-threads merged to dev-img |
blob | commitdiff | raw |
2006-09-26 |
Martin Mares | Define NO_INLINE, which can be helpful when profiling. |
blob | commitdiff | raw |
2006-09-22 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
blob | commitdiff | raw | diff to current |
2006-09-18 |
Pavel Charvat | Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT... |
blob | commitdiff | raw | diff to current |
2006-09-16 |
Pavel Charvat | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
blob | commitdiff | raw | diff to current |
2006-09-15 |
Martin Mares | Added random_u64() and random_max_u64(). |
blob | commitdiff | raw | diff to current |
2006-09-13 |
Martin Mares | Added ALWAYS_INLINE. |
blob | commitdiff | raw | diff to current |
2006-07-24 |
Pavel Charvat | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
blob | commitdiff | raw | diff to current |
2006-06-22 |
Pavel Charvat | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
blob | commitdiff | raw | diff to current |
2006-05-04 |
Martin Mares | Corrected definition of the PURE attribute. |
blob | commitdiff | raw | diff to current |
2006-05-02 |
Pavel Charvat | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
blob | commitdiff | raw | diff to current |
2006-04-29 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
blob | commitdiff | raw | diff to current |
2006-04-24 |
Pavel Charvat | Simple parser for escape sequences. |
blob | commitdiff | raw | diff to current |
2006-04-23 |
Robert Spalek | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Robert Spalek | added macros CHECK_PTR_TYPE and PTR_TO |
blob | commitdiff | raw | diff to current |
2006-01-29 |
Martin Mares | Added getproctitle(). |
blob | commitdiff | raw | diff to current |
2006-01-20 |
Martin Mares | Added a possibility of logging with microsecond timestamps. |
blob | commitdiff | raw | diff to current |
2006-01-16 |
Martin Mares | xfree() macro has been turned into a regular function... |
blob | commitdiff | raw | diff to current |
2005-12-14 |
Martin Mares | log() is now signal-safe. |
blob | commitdiff | raw | diff to current |
2005-12-06 |
Martin Mares | _GNU_SOURCE can be already defined by compiler switches... |
blob | commitdiff | raw | diff to current |
2005-10-16 |
Robert Spalek | partmap.h deserves its own header |
blob | commitdiff | raw | diff to current |
2005-10-15 |
Robert Spalek | partmap_map() inlined and added an even faster version... |
blob | commitdiff | raw | diff to current |
2005-10-02 |
Martin Mares | Moved ROL() to lib.h. |
blob | commitdiff | raw | diff to current |
2005-10-02 |
Martin Mares | Added a table of prime numbers. (I want to use prime... |
blob | commitdiff | raw | diff to current |
2005-09-22 |
Martin Mares | fls() is gone. |
blob | commitdiff | raw | diff to current |
2005-08-29 |
Martin Mares | Added STRINGIFY_EXPANDED. |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Martin Mares | Added a function which allows to read the timeval obtai... |
blob | commitdiff | raw | diff to current |
2005-06-17 |
Martin Mares | Added more format string checks. |
blob | commitdiff | raw | diff to current |
2005-06-10 |
Martin Mares | Format string arguments for die() should be checked... |
blob | commitdiff | raw | diff to current |
2005-05-29 |
Martin Mares | log_switch() returns whether the logs have been really... |
blob | commitdiff | raw | diff to current |
2005-03-02 |
Martin Mares | Fix incorrect pointer casts. |
blob | commitdiff | raw | diff to current |
2005-01-18 |
Tomas Valla | Wrong alignment fixed. |
blob | commitdiff | raw | diff to current |
2005-01-18 |
Tomas Valla | We should check the special case. |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Tomas Valla | useful macro to align pointer p to size s |
blob | commitdiff | raw | diff to current |
2004-12-11 |
Martin Mares | Split library functions to libsh and libucw. |
blob | commitdiff | raw | diff to current |
2004-11-20 |
Martin Mares | Introduced COMPARE_LT and COMPARE_GT for comparison... |
blob | commitdiff | raw | diff to current |
2004-10-29 |
Martin Mares | One more round of changes to the assert code -- I didn... |
blob | commitdiff | raw | diff to current |
2004-10-29 |
Martin Mares | Always define the memory allocation primitives with... |
blob | commitdiff | raw | diff to current |
2004-10-29 |
Martin Mares | Changed DEBUG to CONFIG_DEBUG to avoid conflicts with... |
blob | commitdiff | raw | diff to current |
2004-08-21 |
Robert Spalek | added sepsplit() in wordsplit.c |
blob | commitdiff | raw | diff to current |
2004-08-15 |
Martin Mares | Added sync_dir(). |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Robert Spalek | added unhandle_signal() into sighandler.c |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Robert Spalek | sighandler.c: |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Robert Spalek | added a wrapper for signal handlers in sighandler.c |
blob | commitdiff | raw | diff to current |
2004-05-10 |
Martin Mares | Split logging functions to two files to avoid linking... |
blob | commitdiff | raw | diff to current |
2004-05-10 |
Martin Mares | The logger now exports the name of the current log... |
blob | commitdiff | raw | diff to current |
2004-05-10 |
Martin Mares | Added xstrdup() and new logging functions. |
blob | commitdiff | raw | diff to current |
2004-04-10 |
Martin Mares | Got tired by repeating the same `gather pieces from... |
blob | commitdiff | raw | diff to current |
2004-04-10 |
Martin Mares | Added exitstatus and runcmd functions. Finally decided... |
blob | commitdiff | raw | diff to current |
2004-02-28 |
Martin Mares | Added REV_COMPARE(x,y) which is equivalent to COMPARE... |
blob | commitdiff | raw | diff to current |
2004-02-27 |
Martin Mares | Hmmm, COMPILE_ASSERT is a better name. |
blob | commitdiff | raw | diff to current |
2004-02-27 |
Martin Mares | Added CPP_ASSERT. |
blob | commitdiff | raw | diff to current |
2004-02-15 |
Martin Mares | Introduced COMPARE macro for use in sorter callbacks. |
blob | commitdiff | raw | diff to current |
2004-01-29 |
Martin Mares | Added STRINGIFY macro. |
blob | commitdiff | raw | diff to current |
2004-01-10 |
Martin Mares | Added GLUE and GLUE_ macros. |
blob | commitdiff | raw | diff to current |
2003-12-23 |
Tomas Valla | Allow modules to change the log title, second attempt. |
blob | commitdiff | raw | diff to current |
2003-12-15 |
Martin Mares | The debugging memory allocator is now enabled by DEBUG_... |
blob | commitdiff | raw | diff to current |
2003-09-23 |
Martin Mares | Added a set of functions for sliding window mmapping... |
blob | commitdiff | raw | diff to current |
2003-06-12 |
Martin Mares | ASSERT is unlikely. |
blob | commitdiff | raw | diff to current |
2003-02-05 |
Martin Mares | Tried to use libm for calculating logarithmic frequenci... |
blob | commitdiff | raw | diff to current |
2003-01-24 |
Martin Mares | Object functions are numerous enough to deserve their... |
blob | commitdiff | raw | diff to current |
2003-01-22 |
Martin Mares | Added obj_write_nocheck which writes the object as... |
blob | commitdiff | raw | diff to current |
2003-01-22 |
Martin Mares | Objects always live in somebody else's pool. |
blob | commitdiff | raw | diff to current |
2003-01-22 |
Martin Mares | Replaced various attempts to speed up use of obj_add_at... |
blob | commitdiff | raw | diff to current |
2002-08-20 |
Martin Mares | If not debugging, compile at least ASSERT(0) as call... |
blob | commitdiff | raw | diff to current |
2002-08-20 |
Martin Mares | Added license notices to all library files which are... |
blob | commitdiff | raw | diff to current |
2002-07-17 |
Martin Mares | Failed ASSERT now dumps core. |
blob | commitdiff | raw | diff to current |
2002-06-22 |
Martin Mares | dmalloc and efence work again (ported from rel-2.1... |
blob | commitdiff | raw | diff to current |
2002-06-08 |
Martin Mares | New functions for manipulating attribute lists: obj_pre... |
blob | commitdiff | raw | diff to current |
2002-06-01 |
Robert Spalek | added macro UNALIGNED_PART() |
blob | commitdiff | raw | diff to current |
2002-03-29 |
Martin Mares | Added a library module for generation of cryptographica... |
blob | commitdiff | raw | diff to current |
2001-03-30 |
Robert Spalek | rx_compile() can now compile with IGNORING CASE enabled too |
blob | commitdiff | raw | diff to current |
2001-03-27 |
Martin Mares | Removed tempfile functions (nobody uses them and they... |
blob | commitdiff | raw | diff to current |
2001-03-27 |
Martin Mares | Added ABS macro. |
blob | commitdiff | raw | diff to current |
2001-03-17 |
Martin Mares | Define setproctitle() and use it for gatherer thread... |
blob | commitdiff | raw | diff to current |
2001-03-07 |
Martin Mares | Added a couple of useful macros: MIN, MAX, CLAMP, ARRAY... |
blob | commitdiff | raw | diff to current |
2001-02-16 |
Martin Mares | Added unmapping and writeable mappings. |
blob | commitdiff | raw | diff to current |
2001-01-28 |
Martin Mares | Added __attribute__((format...)) to declaration of... |
blob | commitdiff | raw | diff to current |
2001-01-26 |
Martin Mares | Added log_fork() which should be called after fork... |
blob | commitdiff | raw | diff to current |
2001-01-21 |
Martin Mares | Introduced xmalloc_zero(). |
blob | commitdiff | raw | diff to current |
2001-01-14 |
Martin Mares | Import object attribute handling from old Sherlock. |
blob | commitdiff | raw | diff to current |
2001-01-14 |
Martin Mares | New logging mechanism. Also cleaned up lib.h. |
blob | commitdiff | raw | diff to current |
2000-12-11 |
Martin Mares | Added support for memory debuggers (efence and [unteste... |
blob | commitdiff | raw | diff to current |
2000-12-11 |
Martin Mares | Fixed includes, defines and copyrights. |
blob | commitdiff | raw | diff to current |
2000-12-05 |
Martin Mares | Added a couple of FIXME's. |
blob | commitdiff | raw | diff to current |
2000-12-05 |
Martin Mares | Add directory to all includes. |
blob | commitdiff | raw | diff to current |
1999-11-08 |
Martin Mares | Moved OFFSETOF etc. here. Added ASSERT. |
blob | commitdiff | raw | diff to current |
1999-09-13 |
Martin Mares | Killed `typedef unsigned long ulg' and replaced all... |
blob | commitdiff | raw | diff to current |
1999-03-27 |
Martin Mares | Implemented mmap_file(). |
blob | commitdiff | raw | diff to current |
1998-02-11 |
Martin Mares | Added a nice bounded random-number generator. Use where... |
blob | commitdiff | raw | diff to current |
1998-01-19 |
Martin Mares | Added universal function for scanning of object trees... |
blob | commitdiff | raw | diff to current |
1998-01-12 |
Martin Mares | Added "name" parameter to obj_fload in order to get... |
blob | commitdiff | raw | diff to current |
1998-01-10 |
Pavel Machek | Sync after disk crash. Main now includes zajicek's... |
blob | commitdiff | raw | diff to current |
1998-01-06 |
Martin Mares | Syncing crashed repository with my work tree. |
blob | commitdiff | raw | diff to current |
1997-12-03 |
Martin Mares | ffs _cannot_ be used as a substitute for log2, because... |
blob | commitdiff | raw | diff to current |
1997-11-25 |
Martin Mares | Added regex library interface. |
blob | commitdiff | raw | diff to current |
1997-11-14 |
Martin Mares | More hierarchy fixes. |
blob | commitdiff | raw | diff to current |
1997-09-09 |
Martin Mares | Pre-release! |
blob | commitdiff | raw | diff to current |
1997-07-29 |
Martin Mares | See ChangeLogs. |
blob | commitdiff | raw | diff to current |
1997-07-27 |
Martin Mares | Adding all files developed during last week... |
blob | commitdiff | raw | diff to current |
next |