]> mj.ucw.cz Git - libucw.git/log
libucw.git
24 years agoAllow locked dirty pages. Better debugging. Simplified and cleaned up
Martin Mares [Tue, 9 Nov 1999 23:24:10 +0000 (23:24 +0000)]
Allow locked dirty pages. Better debugging. Simplified and cleaned up
handling of offset masking. Fixed 64-bit cast problems.

24 years agoSignedness fixes.
Martin Mares [Tue, 9 Nov 1999 22:59:39 +0000 (22:59 +0000)]
Signedness fixes.

24 years agoSquash warnings...
Martin Mares [Mon, 8 Nov 1999 23:59:22 +0000 (23:59 +0000)]
Squash warnings...

24 years agoSHERLOCK_O_LARGEFILE is either O_LARGEFILE or 0 depending on SHERLOCK_CONFIG_LFS.
Martin Mares [Mon, 8 Nov 1999 23:57:20 +0000 (23:57 +0000)]
SHERLOCK_O_LARGEFILE is either O_LARGEFILE or 0 depending on SHERLOCK_CONFIG_LFS.

24 years agoNew page cache.
Martin Mares [Mon, 8 Nov 1999 23:30:27 +0000 (23:30 +0000)]
New page cache.

24 years agoNew list functions from BIRD project.
Martin Mares [Mon, 8 Nov 1999 23:30:02 +0000 (23:30 +0000)]
New list functions from BIRD project.

24 years agoMoved OFFSETOF etc. here. Added ASSERT.
Martin Mares [Mon, 8 Nov 1999 23:29:40 +0000 (23:29 +0000)]
Moved OFFSETOF etc. here. Added ASSERT.

24 years agoBetter version of clearable pools.
Martin Mares [Mon, 25 Oct 1999 07:54:28 +0000 (07:54 +0000)]
Better version of clearable pools.

24 years agoDon't kill fragment references if there aren't any.
Martin Mares [Sun, 24 Oct 1999 20:14:51 +0000 (20:14 +0000)]
Don't kill fragment references if there aren't any.

24 years agoRevised URL parser, fixed a couple of bugs.
Martin Mares [Sun, 24 Oct 1999 20:00:02 +0000 (20:00 +0000)]
Revised URL parser, fixed a couple of bugs.

24 years agoLarge File Support in fastbuf library.
Martin Mares [Sun, 24 Oct 1999 19:59:21 +0000 (19:59 +0000)]
Large File Support in fastbuf library.

24 years agoClearable pools.
Martin Mares [Sun, 24 Oct 1999 19:58:55 +0000 (19:58 +0000)]
Clearable pools.

24 years agoLarge File Support.
Martin Mares [Sun, 24 Oct 1999 19:58:22 +0000 (19:58 +0000)]
Large File Support.

24 years agoKilled `typedef unsigned long ulg' and replaced all refs to ulg by either
Martin Mares [Mon, 13 Sep 1999 09:19:34 +0000 (09:19 +0000)]
Killed `typedef unsigned long ulg' and replaced all refs to ulg by either
u32 or (newly introduced) oid_t type (object ID).

24 years agoCompile with libc5.
Martin Mares [Thu, 9 Sep 1999 20:02:39 +0000 (20:02 +0000)]
Compile with libc5.

25 years agoRemove few obsolete config files, bump version to 1.2 and update README.
Martin Mares [Sat, 27 Mar 1999 21:49:08 +0000 (21:49 +0000)]
Remove few obsolete config files, bump version to 1.2 and update README.

25 years agoMiscellaneous fixes to the word matcher.
Martin Mares [Sat, 27 Mar 1999 21:43:23 +0000 (21:43 +0000)]
Miscellaneous fixes to the word matcher.

25 years agoImplemented mmap_file().
Martin Mares [Sat, 27 Mar 1999 21:42:43 +0000 (21:42 +0000)]
Implemented mmap_file().

25 years agoAdded fast wildcard matcher.
Martin Mares [Sat, 27 Mar 1999 12:48:07 +0000 (12:48 +0000)]
Added fast wildcard matcher.

26 years agoNew character set conversion routines from CharConv Library.
Martin Mares [Sat, 2 May 1998 08:54:22 +0000 (08:54 +0000)]
New character set conversion routines from CharConv Library.

I've left the old charset routines as-is for now.

26 years agobbcopy() leaves correct file positions.
Martin Mares [Sun, 15 Feb 1998 18:10:41 +0000 (18:10 +0000)]
bbcopy() leaves correct file positions.

26 years agoAdded typedefs for s64 and u64.
Martin Mares [Wed, 11 Feb 1998 09:10:52 +0000 (09:10 +0000)]
Added typedefs for s64 and u64.

Bumped version to 1.1.

26 years agoAdded a nice bounded random-number generator. Use where appropriate.
Martin Mares [Wed, 11 Feb 1998 09:10:22 +0000 (09:10 +0000)]
Added a nice bounded random-number generator. Use where appropriate.

26 years agoGrrrr. Caught nasty bbcopy() bug causing sword.c scramble large files!
Martin Mares [Tue, 10 Feb 1998 16:17:02 +0000 (16:17 +0000)]
Grrrr. Caught nasty bbcopy() bug causing sword.c scramble large files!

26 years agoAdded universal function for scanning of object trees. I'll convert
Martin Mares [Mon, 19 Jan 1998 19:13:35 +0000 (19:13 +0000)]
Added universal function for scanning of object trees. I'll convert
gived and expire to use it some day, but there are more important
things to do now.

26 years agoAdded "name" parameter to obj_fload in order to get better error reporting
Martin Mares [Mon, 12 Jan 1998 09:54:03 +0000 (09:54 +0000)]
Added "name" parameter to obj_fload in order to get better error reporting
on malformed objects.

26 years agoSync after disk crash. Main now includes zajicek's interface, lib now
Pavel Machek [Sat, 10 Jan 1998 20:57:21 +0000 (20:57 +0000)]
Sync after disk crash. Main now includes zajicek's interface, lib now
contains function to read config and never die.

26 years agoFixing _C_INNER in character class maps.
Martin Mares [Sat, 10 Jan 1998 09:41:38 +0000 (09:41 +0000)]
Fixing _C_INNER in character class maps.

26 years agoSyncing crashed repository with my work tree.
Martin Mares [Tue, 6 Jan 1998 13:40:27 +0000 (13:40 +0000)]
Syncing crashed repository with my work tree.

26 years agoYet another bug in the pattern matcher fixed.
Martin Mares [Thu, 4 Dec 1997 13:55:15 +0000 (13:55 +0000)]
Yet another bug in the pattern matcher fixed.

26 years agoNew charset tables -- now common for all modules. charset/exp/* are not
Martin Mares [Wed, 3 Dec 1997 08:16:02 +0000 (08:16 +0000)]
New charset tables -- now common for all modules. charset/exp/* are not
rebuilt automatically as it requires the UniCode tables.

26 years agoffs _cannot_ be used as a substitute for log2, because it scans in the
Martin Mares [Wed, 3 Dec 1997 08:11:25 +0000 (08:11 +0000)]
ffs _cannot_ be used as a substitute for log2, because it scans in the
opposite direction :-(

Fixed our own log2 (it hadn't any chance to work before).

26 years agoNew pattern matching code -- simplified and debugged.
Martin Mares [Tue, 2 Dec 1997 09:56:19 +0000 (09:56 +0000)]
New pattern matching code -- simplified and debugged.

26 years agoImplemented the URL regex replace mechanism.
Martin Mares [Wed, 26 Nov 1997 22:18:46 +0000 (22:18 +0000)]
Implemented the URL regex replace mechanism.

26 years ago'\' works as an escape character now.
Martin Mares [Wed, 26 Nov 1997 22:17:12 +0000 (22:17 +0000)]
'\' works as an escape character now.

26 years agoAdded regex library interface.
Martin Mares [Tue, 25 Nov 1997 11:19:39 +0000 (11:19 +0000)]
Added regex library interface.

26 years agoMore hierarchy fixes.
Martin Mares [Fri, 14 Nov 1997 23:21:22 +0000 (23:21 +0000)]
More hierarchy fixes.

26 years agoComment.
Martin Mares [Tue, 9 Sep 1997 16:50:45 +0000 (16:50 +0000)]
Comment.

26 years agoPre-release!
Martin Mares [Tue, 9 Sep 1997 13:17:15 +0000 (13:17 +0000)]
Pre-release!

26 years agoSee ChangeLogs.
Martin Mares [Tue, 29 Jul 1997 11:49:07 +0000 (11:49 +0000)]
See ChangeLogs.

26 years agoNew buffering code and objget caching changes.
Martin Mares [Mon, 28 Jul 1997 20:38:50 +0000 (20:38 +0000)]
New buffering code and objget caching changes.

26 years agox
Martin Mares [Mon, 28 Jul 1997 15:45:47 +0000 (15:45 +0000)]
x

26 years agoAdding all files developed during last week...
Martin Mares [Sun, 27 Jul 1997 19:04:23 +0000 (19:04 +0000)]
Adding all files developed during last week...

27 years agoMisc.
Martin Mares [Fri, 9 May 1997 17:43:01 +0000 (17:43 +0000)]
Misc.

27 years agoToo much changes... Read the ChangeLogs.
Martin Mares [Sat, 3 May 1997 18:15:37 +0000 (18:15 +0000)]
Too much changes... Read the ChangeLogs.

27 years agomatch_pattern_nocase
Martin Mares [Fri, 2 May 1997 17:20:39 +0000 (17:20 +0000)]
match_pattern_nocase

27 years agoMisc file additions.
Martin Mares [Mon, 21 Apr 1997 06:18:58 +0000 (06:18 +0000)]
Misc file additions.

27 years agoFirst a bit working version.
Martin Mares [Mon, 21 Apr 1997 06:15:52 +0000 (06:15 +0000)]
First a bit working version.

27 years agoMETA and decoders
Martin Mares [Wed, 16 Apr 1997 07:40:17 +0000 (07:40 +0000)]
META and decoders

27 years agoDaily commit.
Martin Mares [Sun, 13 Apr 1997 18:13:17 +0000 (18:13 +0000)]
Daily commit.

27 years agoBug fixes. Robot file parsing.
Martin Mares [Fri, 11 Apr 1997 15:40:01 +0000 (15:40 +0000)]
Bug fixes. Robot file parsing.

27 years agoInitial revision
Martin Mares [Wed, 9 Apr 1997 07:55:49 +0000 (07:55 +0000)]
Initial revision