log

age author description
Wed, 28 Apr 2004 03:30:39 +1000 mmj README adjustments
Wed, 28 Apr 2004 03:24:19 +1000 mmj Small typo and bouncehandling now works
Wed, 28 Apr 2004 03:24:04 +1000 mmj 0.3.3 tagged
Wed, 28 Apr 2004 02:36:34 +1000 mmj Be nice and free some memory before exit
Wed, 28 Apr 2004 02:07:42 +1000 mortenp fixed subscription check (convert '=' to '@' before check)
Wed, 28 Apr 2004 01:50:17 +1000 mortenp added comment about bounce handling
Wed, 28 Apr 2004 01:48:16 +1000 mmj *** empty log message ***
Wed, 28 Apr 2004 01:47:43 +1000 mmj mlmmj-recieve fork()
Tue, 27 Apr 2004 22:58:18 +1000 mortenp bounces are now handled, so don't create the -bounces alias
Tue, 27 Apr 2004 22:51:56 +1000 mortenp changed bounce_from_adr() to match the bounce handling
Tue, 27 Apr 2004 22:37:58 +1000 mmj mlmmj-bounce now checks if it's a subscribed address
Tue, 27 Apr 2004 20:12:40 +1000 mmj Now we've bouncehandling underway, lets make mlmmj-make-ml.sh create the listdir/bounce dir as well
Tue, 27 Apr 2004 20:09:40 +1000 mortenp added primitive bounce handling
Sun, 25 Apr 2004 21:33:07 +1000 mortenp added a call to log_set_name()
Sun, 25 Apr 2004 20:20:35 +1000 mmj Debugging printf removed
Sun, 25 Apr 2004 20:09:11 +1000 mmj Change for new sub/unsub internal
Sun, 25 Apr 2004 20:08:50 +1000 mmj *** empty log message ***
Sun, 25 Apr 2004 01:17:56 +1000 mmj Let find_subscriber return the offset of the subscriber in the subscriber
Sat, 24 Apr 2004 20:27:16 +1000 mmj mmap the subscriber file
Sat, 24 Apr 2004 02:52:57 +1000 mmj ChangeLog entry about loggin enhancement
Sat, 24 Apr 2004 02:51:33 +1000 mortenp changed log_error() to be a function (no C99 here)
Sat, 24 Apr 2004 00:15:52 +1000 mmj dirname(argv[0]) -> dirname(argv0);
Fri, 23 Apr 2004 23:54:04 +1000 mmj Send around the full path to the binaries
Fri, 23 Apr 2004 23:53:47 +1000 mmj ChangeLog update
Fri, 23 Apr 2004 21:06:38 +1000 mmj make mlmmj-make-ml.sh use /bin/sh (bourne shell)
Fri, 23 Apr 2004 18:25:37 +1000 mmj Rename mlmmj-{un,}subscribe to mlmmj-{un,}sub
Fri, 23 Apr 2004 18:25:16 +1000 mmj Rename mlmmj-subscribe to mlmmj-sub
Fri, 23 Apr 2004 18:24:31 +1000 mmj Adjust ChangeLog and README to pending 0.3.2 release
Fri, 23 Apr 2004 10:02:58 +1000 mortenp fixed leak of buf at EOF
Fri, 23 Apr 2004 09:57:53 +1000 mortenp fixed ch's type ('\n' was implicitly casted to an int and compared with ch, which had only one byte of initialized content)
Fri, 23 Apr 2004 09:00:01 +1000 mortenp updated to match mygetline.c
Fri, 23 Apr 2004 07:25:12 +1000 mmj mlmmj-{,un}subscribe uses mygetline(int fd); now
Fri, 23 Apr 2004 07:14:22 +1000 mmj mygetline is turned into myfgetline since it works on FILE *'s and
Fri, 23 Apr 2004 03:41:20 +1000 mmj Bye bye readln--you wont be missed.
Fri, 23 Apr 2004 01:38:55 +1000 mmj log_error is it's own object now
Fri, 23 Apr 2004 01:38:37 +1000 mmj *** empty log message ***
Fri, 23 Apr 2004 00:18:37 +1000 mmj ... and then of course include config.h
Fri, 23 Apr 2004 00:17:50 +1000 mmj #ifdef USE_SYSLOG becomes #ifdef HAVE_SYSLOG{,_H} now configure checks for it
Thu, 22 Apr 2004 23:58:44 +1000 mortenp only define BINDIR if it is undefined
Thu, 22 Apr 2004 23:46:17 +1000 mmj Remove strip_file_to_fd
Thu, 22 Apr 2004 23:46:04 +1000 mmj Add syslog check and remove strip_file_to_fd
Thu, 22 Apr 2004 23:15:53 +1000 mortenp changed to use log_error() all over
Thu, 22 Apr 2004 23:00:27 +1000 mmj Add GPL info in top of files where it was missing, and remove a file that
Thu, 22 Apr 2004 22:41:02 +1000 mmj Dont keep configure in CVS
Thu, 22 Apr 2004 22:40:19 +1000 mortenp added my middle initial
Thu, 22 Apr 2004 22:38:04 +1000 mortenp changed log_error() to be a macro, so we can get __FILE__ and __LINE__
Thu, 22 Apr 2004 22:36:50 +1000 mmj Added AUTHORS file
Thu, 22 Apr 2004 22:29:20 +1000 mmj Also add the P option to getopt, not only to the case
Thu, 22 Apr 2004 22:10:37 +1000 mmj do_all_the_voodo_here introducton plus a massive cleanup
Thu, 22 Apr 2004 22:10:12 +1000 mmj do_all_the_voodo_here introduction
Thu, 22 Apr 2004 22:09:52 +1000 mmj ChangeLog addition and version bump to 0.3.2 for now.
Thu, 22 Apr 2004 21:25:32 +1000 mortenp corrected comment style
Thu, 22 Apr 2004 20:08:01 +1000 mortenp cleaned up bounce_from_adr()
Thu, 22 Apr 2004 06:35:57 +1000 mmj Helper functions
Thu, 22 Apr 2004 06:35:42 +1000 mmj .cvsignore
Thu, 22 Apr 2004 06:24:13 +1000 mortenp added include of sys/types.h (for ssize_t)
Thu, 22 Apr 2004 06:20:34 +1000 mmj Mainly cleanups. More to follow.
Thu, 22 Apr 2004 06:18:22 +1000 mmj getline -> readln
Thu, 22 Apr 2004 05:08:53 +1000 mmj *** empty log message ***
Thu, 22 Apr 2004 04:02:09 +1000 mmj Initial revision