2006-03-17 |
Martin Mares | Added a recyclable fastbuf over a growing buffer. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Martin Mares | Mux no longer crashes, removing the trap. |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Pavel Charvat | {stk,mp}_conv --> {stk,mp}_strconv |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Pavel Charvat | Slightly faster mp-charconv... minor change |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Pavel Charvat | Well, a simple variant of stk_conv. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Pavel Charvat | Charset conversion with allocation on the stack do not |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Pavel Charvat | Fix: .h indentation and ifdef names; some comments... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Pavel Charvat | Conversion between charsets with allocation on the... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Martin Mares | gcc-4.1 should so far use the the same switches as... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Martin Mares | Merged with v3.8 |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Robert Spalek | get rid of return's after ASSERT's. that only caused... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Robert Spalek | get rid of return's after ASSERT's. that only caused... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Martin Mares | Merged with v3.8 |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Martin Mares | Reverted most of the Robert's confused commit (the... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Robert Spalek | Merge with 3.8 (my small changes due to trying to relea... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Robert Spalek | avoid compiler warnings with debugging turned off |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Robert Spalek | CONFIG_INCREMENTAL doesn't belong to the free version |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Martin Mares | Debugging traps should dwell only in v3.8, so reverting... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Martin Mares | One more file to exclude. |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Martin Mares | .cvsignore is no longer needed. |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Martin Mares | Added the update hook script to the repository. |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Martin Mares | Added an exclude file, symlink it to .git/info/exclude... |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Martin Mares | Temporarily disabled signal trapping, backtraces over... |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Martin Mares | Merged from rel-3-8: |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Martin Mares | Hmm, there was one reference to mp->pid, but the ASSERT... |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Martin Mares | Don't reset the pid field on process_del(), it's not... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Martin Mares | Mainline heads for v3.9. |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Martin Mares | Centrum roles have changed. |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Martin Mares | Centrum roles have changed. |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Martin Mares | The Polish customization no longer has a default role. |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Martin Mares | Made gcc-3.4 the default compiler for customization... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Martin Mares | Added getproctitle(). |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Martin Mares | Replaced the long-lived "close(0) if logging to file... |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Martin Mares | Added bit_array_assign(), replaced BIT_ARRAY_ALLOC... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Martin Mares | main_init() really re-initializes everything. Previousl... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Martin Mares | It seems that signal safety of time-related functions... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Martin Mares | Added a possibility of logging with microsecond timestamps. |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Martin Mares | Cleaned up includes. |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Martin Mares | xfree() macro has been turned into a regular function... |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Martin Mares | Check partmap-is-mmap configuration as well. |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Martin Mares | On 64-bit architectures, partmap is just an mmap. |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Martin Mares | Instead of adding HEAP_INCREASE_POS as Tom requested... |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Martin Mares | Fixed stk_strndup(): it works on non-terminated input... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Martin Mares | log() is now signal-safe. |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Martin Mares | Added a (so far trivial) library of functions for shell... |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Vladimir Jelen | use typedef instead of define for sh_stat_t |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Vladimir Jelen | added sh_stat_t |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Vladimir Jelen | added sh_stat |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Martin Mares | _GNU_SOURCE can be already defined by compiler switches... |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Martin Mares | Added stk_strndup(). |
commit | commitdiff | tree | snapshot |
2005-11-26 |
Martin Mares | Avoid namespace clashes (patch by Tom Valla). |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Robert Spalek | create BIT_ARRAY_ALLOC() |
commit | commitdiff | tree | snapshot |
2005-11-23 |
Robert Spalek | add a configuration switch for the incremental scanner |
commit | commitdiff | tree | snapshot |
2005-11-19 |
Martin Mares | Added clist_insert_list_after(). |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Martin Mares | More work on the multiplexer: |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Martin Mares | Added cfg_printf(), which will be useful for formatting... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Martin Mares | Mux pings now monitor which versions of which databases... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Vladimir Jelen | fix from rel-3-7 |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Martin Mares | Changed main_loop shutdown logic once again. The former... |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Martin Mares | Made main_loop() exit if there is nothing to do. |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Martin Mares | main_get_timer() made public. |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Martin Mares | #include "sherlock/tagged-text.h" really doesn't belong... |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Martin Mares | If there are no more filehandles and a timer or event... |
commit | commitdiff | tree | snapshot |
2005-10-16 |
Robert Spalek | partmap.h deserves its own header |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Robert Spalek | partmap_map() inlined and added an even faster version... |
commit | commitdiff | tree | snapshot |
2005-10-08 |
Robert Spalek | shut up, gcc |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Martin Mares | Added user unaccenting rules for stroked letters. Not... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Vladimir Jelen | fix |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Martin Mares | Added a single-linked double-ended list module. Mostly... |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Martin Mares | Moved ROL() to lib.h. |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Martin Mares | Convert some nextprimes to next_table_primes. |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Martin Mares | Added a table of prime numbers. (I want to use prime... |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Martin Mares | Added a library module for generic binary search. |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Martin Mares | Mainline is v3.8. |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Martin Mares | Updated calls of fls(). |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Martin Mares | fls() is gone. |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Martin Mares | Implemented ffs() and unified it with fls() to bitops.h. |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Martin Mares | Merged bucket file scaling patches from rel-3-7-pre1: |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Martin Mares | Minor cleanup of KMP: |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Robert Spalek | increase buffer 3x |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Robert Spalek | bugfix |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Robert Spalek | kmp search automaton moved from lang/ to lib/ |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Martin Mares | Introduced mp_memdup(). |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Martin Mares | Several tweaks to the growing buffers: |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Martin Mares | Oops, one really cannot skip bflush() there, because... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Martin Mares | If nothing has been written, brewind() needn't flush. |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Martin Mares | Use $(COPT2) instead of -O6. |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Martin Mares | Fixed another 64-bit bug. |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Martin Mares | Checked and corrected all uses of va_args. |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Martin Mares | out[-pos] need not equal *(out-pos) if pointers are... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Martin Mares | Another thing about the C standard I didn't know: passi... |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Martin Mares | Ulimit.xs now compiles in Perl 5.8.x, while still worki... |
commit | commitdiff | tree | snapshot |
2005-09-11 |
Robert Spalek | add a posibility to hash raw memory blocks |
commit | commitdiff | tree | snapshot |
2005-09-06 |
Martin Mares | Work around inliner bugs in gcc-3.4. |
commit | commitdiff | tree | snapshot |
2005-09-03 |
Martin Mares | Prefetches in search/refs.c make much better sense... |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Martin Mares | ARCH and CPU_ARCH have been split. Now, you can build... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Martin Mares | va_lists need not be assignable. Use va_copy() instead. |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Martin Mares | Make autoconf recognize the amd64 architecture. |
commit | commitdiff | tree | snapshot |
next |