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-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-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 |
next |