Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

36 check-ins using file work/test.c version 0b7c96ced1

2013-03-05
03:05
Rewrote mkstemp() implementation check-in: 6b27ab3d35 user: rkeene tags: new-driver
2013-03-04
23:32
Create new branch named "new-driver" check-in: 962bbd984e user: rkeene tags: new-driver
23:29
Updated module loading to print out loading failure reason Leaf check-in: b95899fb13 user: rkeene tags: trunk
23:28
Added new macro for printing errors with formatting check-in: 8efd79fae0 user: rkeene tags: trunk
23:28
Updated patch-magic-file to be more robust check-in: b37c953e31 user: rkeene tags: trunk
2013-02-26
03:09
Deleted legacy scripts check-in: b53a103b9a user: rkeene tags: trunk
03:05
Removed more extraneous files check-in: d6089f5315 user: rkeene tags: trunk
03:05
Removed legacy ".cvsignore" file check-in: 80d98ec292 user: rkeene tags: trunk
03:01
Deleted extraneous directories check-in: 86b15d1064 user: rkeene tags: trunk
2012-07-19
00:25
Updated to use newer mingw32 conventions check-in: 287316ab68 user: rkeene tags: trunk
2012-02-11
23:19
Removed old comments check-in: 89f86e7ec5 user: rkeene tags: trunk
2010-10-16
22:08
Updated FSF addresses check-in: d9f9dfc848 user: rkeene tags: trunk
2010-05-31
23:32
DACT 0.8.42 check-in: bda98664eb user: rkeene tags: trunk, 0.8.42
23:31
Fixed signed-ness warnings Fixed module loading check-in: 18ca735d8b user: rkeene tags: trunk
2007-10-31
10:44
Cleaned up "clean" target in Makefile check-in: 591e845dc1 user: rkeene tags: trunk
2006-03-25
06:59
Converted DACT man page to text check-in: 6c0219a312 user: rkeene tags: trunk
06:58
Fixed many typos in the man page, thanks to Tommaso Moroni check-in: 52ab7b0e2b user: rkeene tags: trunk
2005-03-05
11:37
Added Win32 DLLs to the ignore list check-in: 7fa09db6a2 user: rkeene tags: trunk
11:33
Updated library build process a bit. check-in: 24ea444e34 user: rkeene tags: trunk
2004-12-20
21:49
Moved `dact_process_other' to dact_common.c to build correctly, oops. check-in: b34363088f user: rkeene tags: trunk
02:28
Updated build process extensively. Cygwin and mingw32 should both be able to create shared objects (DLLs) now. dact 0.8.41 check-in: 43763b1acf user: rkeene tags: trunk, 0.8.41
00:48
Updated win32 support slightly. check-in: 6edd787af6 user: rkeene tags: trunk
2004-11-17
10:14
Made man2txt script use `groff' instead of `man' check-in: a099d2088c user: rkeene tags: trunk
2004-10-12
22:33
Added random stuff, not sure why.. check-in: efff008d73 user: rkeene tags: trunk
2004-06-13
22:45
Fixed issues with libdact attempting to compile its own header, or something. check-in: b3d913ae22 user: rkeene tags: trunk
2004-05-23
13:05
Created a mrtg_hs project. Released dact 0.8.39 Added cache.[ch] back to rutil-tcpcgi.. where'd they go in the first place? Lots of work on DACT updated known_hosts Added .centericq with my Yahoo stuff, seems to work okay. check-in: 8b5d6a2f3f user: rkeene tags: trunk
2004-05-17
00:58
Added dact_init_net() function. check-in: 6a71e95c04 user: rkeene tags: trunk
2004-04-21
11:30
Fixed newly introduced bug in parse.c, blah check-in: 156aeaeae2 user: rkeene tags: trunk
09:29
Fixed bug in parse.c where @@ at the end of `src' parameter to the substitution routine caused issues. check-in: 33e1f74378 user: rkeene tags: trunk
2004-04-18
21:38
Fixed compilation bugs, when no ar/ranlib is found, they're replaced with #, which creates a Makefile line like: AR = # (where # starts a comment) net.c: Fixed #ifdef's check-in: 4a1d504ec5 user: rkeene tags: trunk
21:36
Changed version from 0.8.39 to 0.8.40 check-in: 1d6b5622f7 user: rkeene tags: trunk, 0.8.40
2004-04-16
21:41
Modified Makefile to allow libdact.so installation failure, since it really doesn't matter. check-in: 4d4d0b3c0b user: rkeene tags: trunk
09:03
Fixed many 64bit problems, including: write_de() took the value to write as a uint32_t, and only had a 4 byte buffer. dact_common: Was not lseek()'ing properly for the new stream sizes. net.c: Made lseek_net() allow forward seeking in streams check-in: ad581b297e user: rkeene tags: trunk
00:46
Fixed some UI annoyances. check-in: aefdaed272 user: rkeene tags: trunk
00:17
More work on making DACT 64bit/largefile compatible. check-in: 5c0d91e52a user: rkeene tags: trunk
2004-04-14
17:14
DACT is now 64-bit filesize friendly.. I hope. I changed the CRC algorithm to Adler32, and added a check for old versions of DACT to use the old CRC algorithm. I renamed stdint.h to dact_stdint.h (though this file isn't used anymore?) I changed the old CRC algorithm function from `ELFCRC' to `elfcrc' check-in: fa46591195 user: rkeene tags: trunk