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-16 |
Martin Mares | TAGS were specified twice.
|
commit | commitdiff | tree |
2007-03-29 |
Martin Mares | Added a new mempool primitive mp_spread().
|
commit | commitdiff | tree |
2007-03-29 |
Martin Mares | Added a new mempool primitive mp_spread().
|
commit | commitdiff | tree |
2007-03-10 |
Martin Mares | Rewritten ff-binary.
|
commit | commitdiff | tree |
2007-03-10 |
Martin Mares | Unaligned access functions (formerly macros) work in...
|
commit | commitdiff | tree |
2007-03-10 |
Martin Mares | Binary fastbuf functions moved to lib/ff-binary.h.
|
commit | commitdiff | tree |
2007-03-10 |
Martin Mares | Removed an unnecessary optimization.
|
commit | commitdiff | tree |
2007-03-10 |
Martin Mares | lib/fastbuf.h no longer includes <stdio.h>.
|
commit | commitdiff | tree |
2007-03-10 |
Martin Mares | Fastbufs now work better on unseekable files.
|
commit | commitdiff | tree |
2007-02-09 |
Martin Mares | Merged genconf improvements from mainline.
|
commit | commitdiff | tree |
2007-02-08 |
Martin Mares | More elegant evaluation of #if expressions.
|
commit | commitdiff | tree |
2007-02-08 |
Martin Mares | Implemented substition of configuration variables.
|
commit | commitdiff | tree |
2007-02-02 |
Martin Mares | Replaced %L by %ll, the former is obsolete and specific...
|
commit | commitdiff | tree |
2007-02-02 |
Martin Mares | Hunted down a dozen of damned printf cast bugs.
|
commit | commitdiff | tree |
2007-02-02 |
Martin Mares | Make !CONFIG_EXACT_CPU work again.
|
commit | commitdiff | tree |
2007-02-02 |
Martin Mares | The great type cleanup: Use C99 types where applicable.
|
commit | commitdiff | tree |
2007-02-02 |
Martin Mares | Use uintptr_t instead of addr_int_t.
|
commit | commitdiff | tree |
2007-02-02 |
Martin Mares | Get rid of ancient types: sbyte, word, sword.
|
commit | commitdiff | tree |
2007-01-29 |
Martin Mares | Unified printing of flags.
|
commit | commitdiff | tree |
2007-01-12 |
Martin Mares | CPU_PAGE_SIZE ported from mainline.
|
commit | commitdiff | tree |
2007-01-12 |
Martin Mares | Determine system page size in the configure script...
|
commit | commitdiff | tree |
2007-01-02 |
Martin Mares | Added missing lib/bigalloc.c from dev-async-shep.
|
commit | commitdiff | tree |
2006-12-18 |
Martin Mares | Fixed a typo preventing compilation in non-threaded...
|
commit | commitdiff | tree |
2006-12-18 |
Martin Mares | Remove relics of pre-CONFIG_UCW_THREADS times.
|
commit | commitdiff | tree |
2006-12-18 |
Martin Mares | Use thread ID for temporary file creation.
|
commit | commitdiff | tree |
2006-12-18 |
Martin Mares | Added thread_id to ucwlib_context.
|
commit | commitdiff | tree |
2006-12-18 |
Martin Mares | Free thread context structure on thread termination.
|
commit | commitdiff | tree |
2006-12-15 |
Martin Mares | Fixed bug in signal handling.
|
commit | commitdiff | tree |
2006-12-15 |
Martin Mares | Removed the `returned' hook.
|
commit | commitdiff | tree |
2006-12-15 |
Martin Mares | Implemented priority queues.
|
commit | commitdiff | tree |
2006-12-11 |
Martin Mares | Updated various programs and Makefiles to use the threading...
|
commit | commitdiff | tree |
2006-12-11 |
Martin Mares | Updated libucw threading notes.
|
commit | commitdiff | tree |
2006-12-11 |
Martin Mares | Logging functions are thread-safe.
|
commit | commitdiff | tree |
2006-12-11 |
Martin Mares | Fixed thread safety of signal handling.
|
commit | commitdiff | tree |
2006-12-11 |
Martin Mares | Export temp_file_name().
|
commit | commitdiff | tree |
2006-12-11 |
Martin Mares | Creation of temporary files is now thread-safe (ugh).
|
commit | commitdiff | tree |
2006-12-11 |
Martin Mares | Added threading infrastructure to libucw and CONFIG_UCW_THREADS.
|
commit | commitdiff | tree |
2006-12-11 |
Martin Mares | Trivial cleanups.
|
commit | commitdiff | tree |
2006-12-11 |
Martin Mares | Added a library module for distributing work between...
|
commit | commitdiff | tree |
2006-12-08 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2006-11-03 |
Martin Mares | Moved the update hook script to a separate repository.
|
commit | commitdiff | tree |
2006-10-13 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2006-10-13 |
Martin Mares | stk_printf() has been fixed.
|
commit | commitdiff | tree |
2006-10-05 |
Martin Mares | Replaced the SORTER_DECLARE_ONLY hack by lib/sorter...
|
commit | commitdiff | tree |
2006-09-26 |
Martin Mares | Define NO_INLINE, which can be helpful when profiling.
|
commit | commitdiff | tree |
2006-09-22 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2006-09-22 |
Martin Mares | A better comments on character set names.
|
commit | commitdiff | tree |
2006-09-20 |
Martin Mares | Documented thread safety of ucwlib functions.
|
commit | commitdiff | tree |
2006-09-15 |
Martin Mares | Guard against calls of random_max() with too large...
|
commit | commitdiff | tree |
2006-09-15 |
Martin Mares | Added random_u64() and random_max_u64().
|
commit | commitdiff | tree |
2006-09-14 |
Martin Mares | Avoid unnecessary include of bbuf.h in fastbuf.h.
|
commit | commitdiff | tree |
2006-09-14 |
Martin Mares | Define the buffer type as both a typedef and a structure.
|
commit | commitdiff | tree |
2006-09-14 |
Martin Mares | Implemented the atomic fastbuf backend.
|
commit | commitdiff | tree |
2006-09-13 |
Martin Mares | Atomic fastbufs: the first sketch of the interface.
|
commit | commitdiff | tree |
2006-09-13 |
Martin Mares | Added ALWAYS_INLINE.
|
commit | commitdiff | tree |
2006-09-11 |
Martin Mares | Hide the TAGS file from the prying eyes of GIT.
|
commit | commitdiff | tree |
2006-09-11 |
Martin Mares | Oops, a typo.
|
commit | commitdiff | tree |
2006-09-11 |
Martin Mares | Enable prefetching on some more CPU's.
|
commit | commitdiff | tree |
2006-09-11 |
Martin Mares | Added automatic configuration for Prescott, Nocona...
|
commit | commitdiff | tree |
2006-09-10 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2006-09-10 |
Martin Mares | Added sh_fstat.
|
commit | commitdiff | tree |
2006-09-07 |
Martin Mares | Avoid using ~/.muttrc of the user invoking GIT.
|
commit | commitdiff | tree |
2006-07-25 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2006-07-09 |
Martin Mares | When exporting libucw API, don't forget to add autoconf.h.
|
commit | commitdiff | tree |
2006-06-09 |
Martin Mares | Moved the default configuration from build/sherlock...
|
commit | commitdiff | tree |
2006-06-09 |
Martin Mares | Removed the CVS log analyser scripts, they are no longer...
|
commit | commitdiff | tree |
2006-06-09 |
Martin Mares | Moved check-customs to debug/, it's clearly a debugging...
|
commit | commitdiff | tree |
2006-05-27 |
Martin Mares | Replaced cf_string_node and cf_2string_node by more...
|
commit | commitdiff | tree |
2006-05-18 |
Martin Mares | When a failed test is encountered, continue with other...
|
commit | commitdiff | tree |
2006-05-17 |
Martin Mares | Added the core of merging hashes.
|
commit | commitdiff | tree |
2006-05-17 |
Martin Mares | Mention that the CONFIG_CS_STEMMER switch exists.
|
commit | commitdiff | tree |
2006-05-17 |
Martin Mares | Split fastbuf.c to three parts.
|
commit | commitdiff | tree |
2006-05-04 |
Martin Mares | CONST is not PURE. Thanks to Pavel for spotting that.
|
commit | commitdiff | tree |
2006-05-04 |
Martin Mares | Use LIKE_MALLOC and SENTINEL_CHECK for mempool operations.
|
commit | commitdiff | tree |
2006-05-04 |
Martin Mares | Corrected definition of the PURE attribute.
|
commit | commitdiff | tree |
2006-04-30 |
Martin Mares | When allocating dynamic arrays, respect alignment....
|
commit | commitdiff | tree |
2006-04-30 |
Martin Mares | Renamed conf-test.t to conf-test.cf, because .t usually...
|
commit | commitdiff | tree |
2006-04-30 |
Martin Mares | When diffing for mail reports, detect renames and copies.
|
commit | commitdiff | tree |
2006-04-30 |
Martin Mares | Replaced the DARY_ALLOC by a comment explaining when...
|
commit | commitdiff | tree |
2006-04-29 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2006-04-29 |
Martin Mares | Removed trailing whitespaces.
|
commit | commitdiff | tree |
2006-04-28 |
Martin Mares | Introduced a configuration post-processor sherlock...
|
commit | commitdiff | tree |
2006-04-28 |
Martin Mares | The --dumpconfig option stops the program after dumping.
|
commit | commitdiff | tree |
2006-04-28 |
Martin Mares | Improved comments.
|
commit | commitdiff | tree |
2006-04-28 |
Martin Mares | Added stk_strjoin() as well.
|
commit | commitdiff | tree |
2006-04-28 |
Martin Mares | Added a function for joining an array of strings, using...
|
commit | commitdiff | tree |
2006-04-27 |
Martin Mares | Removed the cf/sherlock2 hack (will move the config...
|
commit | commitdiff | tree |
2006-04-27 |
Martin Mares | Cleaned up access-lists.
|
commit | commitdiff | tree |
2006-04-26 |
Martin Mares | The addrmask type has its own dumper now.
|
commit | commitdiff | tree |
2006-04-26 |
Martin Mares | Lookup lists are no longer char**, but byte**.
|
commit | commitdiff | tree |
2006-04-26 |
Martin Mares | Dumpers don't return anything, especially not a void...
|
commit | commitdiff | tree |
2006-04-26 |
Martin Mares | If CONFIG_DEBUG is enabled, all programs support a...
|
commit | commitdiff | tree |
2006-04-25 |
Martin Mares | CF_LOOKUP lists must end with NULL.
|
commit | commitdiff | tree |
2006-04-25 |
Martin Mares | ipaccess filters now use CF_USER for (addr,mask) pairs...
|
commit | commitdiff | tree |
2006-04-25 |
Martin Mares | Use CF_LOOKUP.
|
commit | commitdiff | tree |
next |