]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
2006-04-06 Pavel CharvatInitial testing version of image signatures... very...
2006-03-25 Pavel CharvatGIT uses mutt's default value of allow_8bit when sendin...
2006-03-24 Pavel CharvatGIT commit mails are now in UTF-8
2006-03-10 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-03-10 Martin MaresMux no longer crashes, removing the trap.
2006-03-08 Pavel Charvat{stk,mp}_conv --> {stk,mp}_strconv
2006-03-08 Pavel CharvatSlightly faster mp-charconv... minor change
2006-03-06 Pavel CharvatWell, a simple variant of stk_conv.
2006-03-05 Pavel CharvatCharset conversion with allocation on the stack do not
2006-03-04 Pavel CharvatFix: .h indentation and ifdef names; some comments...
2006-03-04 Pavel CharvatConversion between charsets with allocation on the...
2006-03-02 Martin Maresgcc-4.1 should so far use the the same switches as...
2006-03-02 Martin MaresMerged with v3.8
2006-03-02 Robert Spalekget rid of return's after ASSERT's. that only caused...
2006-03-02 Robert Spalekget rid of return's after ASSERT's. that only caused...
2006-02-28 Martin MaresMerged with v3.8
2006-02-27 Martin MaresReverted most of the Robert's confused commit (the...
2006-02-27 Robert SpalekMerge with 3.8 (my small changes due to trying to relea...
2006-02-27 Robert Spalekavoid compiler warnings with debugging turned off
2006-02-27 Robert SpalekCONFIG_INCREMENTAL doesn't belong to the free version
2006-02-24 Martin MaresDebugging traps should dwell only in v3.8, so reverting...
2006-02-24 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-02-24 Martin MaresOne more file to exclude.
2006-02-24 Martin Mares.cvsignore is no longer needed.
2006-02-24 Martin MaresAdded the update hook script to the repository.
2006-02-24 Martin MaresAdded an exclude file, symlink it to .git/info/exclude...
2006-02-22 Martin MaresTemporarily disabled signal trapping, backtraces over...
2006-02-22 Martin MaresMerged from rel-3-8:
2006-02-22 Martin MaresHmm, there was one reference to mp->pid, but the ASSERT...
2006-02-22 Martin MaresDon't reset the pid field on process_del(), it's not...
2006-02-12 Martin MaresMainline heads for v3.9.
2006-02-12 Martin MaresCentrum roles have changed.
2006-02-12 Martin MaresCentrum roles have changed.
2006-01-29 Martin MaresThe Polish customization no longer has a default role.
2006-01-29 Martin MaresMade gcc-3.4 the default compiler for customization...
2006-01-29 Martin MaresAdded getproctitle().
2006-01-28 Martin MaresReplaced the long-lived "close(0) if logging to file...
2006-01-27 Martin MaresAdded bit_array_assign(), replaced BIT_ARRAY_ALLOC...
2006-01-20 Martin Maresmain_init() really re-initializes everything. Previousl...
2006-01-20 Martin MaresIt seems that signal safety of time-related functions...
2006-01-20 Martin MaresAdded a possibility of logging with microsecond timestamps.
2006-01-16 Martin MaresCleaned up includes.
2006-01-16 Martin Maresxfree() macro has been turned into a regular function...
2006-01-16 Martin MaresCheck partmap-is-mmap configuration as well.
2006-01-16 Martin MaresOn 64-bit architectures, partmap is just an mmap.
2006-01-16 Martin MaresInstead of adding HEAP_INCREASE_POS as Tom requested...
2006-01-16 Martin MaresFixed stk_strndup(): it works on non-terminated input...
2005-12-14 Martin Mareslog() is now signal-safe.
2005-12-07 Martin MaresAdded a (so far trivial) library of functions for shell...
2005-12-07 Vladimir Jelenuse typedef instead of define for sh_stat_t
2005-12-07 Vladimir Jelenadded sh_stat_t
2005-12-07 Vladimir Jelenadded sh_stat
2005-12-06 Martin Mares_GNU_SOURCE can be already defined by compiler switches...
2005-12-04 Martin MaresAdded stk_strndup().
2005-11-26 Martin MaresAvoid namespace clashes (patch by Tom Valla).
2005-11-25 Robert Spalekcreate BIT_ARRAY_ALLOC()
2005-11-23 Robert Spalekadd a configuration switch for the incremental scanner
2005-11-19 Martin MaresAdded clist_insert_list_after().
2005-11-16 Martin MaresMore work on the multiplexer:
2005-11-16 Martin MaresAdded cfg_printf(), which will be useful for formatting...
2005-11-15 Martin MaresMux pings now monitor which versions of which databases...
2005-11-15 Vladimir Jelenfix from rel-3-7
2005-11-14 Martin MaresChanged main_loop shutdown logic once again. The former...
2005-11-13 Martin MaresMade main_loop() exit if there is nothing to do.
2005-11-08 Martin Maresmain_get_timer() made public.
2005-11-08 Martin Mares#include "sherlock/tagged-text.h" really doesn't belong...
2005-11-07 Martin MaresIf there are no more filehandles and a timer or event...
2005-10-16 Robert Spalekpartmap.h deserves its own header
2005-10-15 Robert Spalekpartmap_map() inlined and added an even faster version...
2005-10-08 Robert Spalekshut up, gcc
2005-10-05 Martin MaresAdded user unaccenting rules for stroked letters. Not...
2005-10-03 Vladimir Jelenfix
2005-10-02 Martin MaresAdded a single-linked double-ended list module. Mostly...
2005-10-02 Martin MaresMoved ROL() to lib.h.
2005-10-02 Martin MaresConvert some nextprimes to next_table_primes.
2005-10-02 Martin MaresAdded a table of prime numbers. (I want to use prime...
2005-10-02 Martin MaresAdded a library module for generic binary search.
2005-09-30 Martin MaresMainline is v3.8.
2005-09-22 Martin MaresUpdated calls of fls().
2005-09-22 Martin Maresfls() is gone.
2005-09-22 Martin MaresImplemented ffs() and unified it with fls() to bitops.h.
2005-09-20 Martin MaresMerged bucket file scaling patches from rel-3-7-pre1:
2005-09-20 Martin MaresMinor cleanup of KMP:
2005-09-20 Robert Spalekincrease buffer 3x
2005-09-20 Robert Spalekbugfix
2005-09-20 Robert Spalekkmp search automaton moved from lang/ to lib/
2005-09-15 Martin MaresIntroduced mp_memdup().
2005-09-15 Martin MaresSeveral tweaks to the growing buffers:
2005-09-14 Martin MaresOops, one really cannot skip bflush() there, because...
2005-09-14 Martin MaresIf nothing has been written, brewind() needn't flush.
2005-09-14 Martin MaresUse $(COPT2) instead of -O6.
2005-09-14 Martin MaresFixed another 64-bit bug.
2005-09-14 Martin MaresChecked and corrected all uses of va_args.
2005-09-14 Martin Maresout[-pos] need not equal *(out-pos) if pointers are...
2005-09-14 Martin MaresAnother thing about the C standard I didn't know: passi...
2005-09-13 Martin MaresUlimit.xs now compiles in Perl 5.8.x, while still worki...
2005-09-11 Robert Spalekadd a posibility to hash raw memory blocks
2005-09-06 Martin MaresWork around inliner bugs in gcc-3.4.
2005-09-03 Martin MaresPrefetches in search/refs.c make much better sense...
2005-08-31 Martin MaresARCH and CPU_ARCH have been split. Now, you can build...
next