* Finished the concurrency check for network polling. (Now works both for
[citadel.git] / citadel / file_ops.c
2001-10-06 Art Cancro* Finished the concurrency check for network polling...
2001-10-06 Art Cancro* Stripped the build of obsolete parts of the old netwo...
2001-09-20 Art Cancro* Inbound network authentication working. Fixed a...
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-12-19 Art Cancro* Fixed generation of unique file names for network...
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-06-03 Art Cancro* Replaced most of the very repetitive and very redunda...
1999-11-22 Art Cancro* Added some temporary variables to OpenCmdResult(...
1999-10-28 Art Cancro* Removed all of the thread cancellation cruft that...
1999-10-16 Art Cancro* Run netproc -i after a successful NUOP
1999-09-19 Art Cancro* migrated cmd_ent3() to CtdlSaveMessage()
1999-09-16 Art Cancro* Did most of the migration from save_message() to...
1999-05-13 Nathan Bryantfix namespace collision with <sys/stream.h> on certain...
1999-04-27 Art Cancro * file_ops.c: fixed NDOP to not crash the server if...
1999-04-13 Nathan Bryantfixed time_t handling (have to cast it to long for...
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1999-02-01 Art CancroAdded the OPNA command for downloading attachments
1999-01-10 Art CancroLotsa stuff. See the changeLog for more details.
1998-12-19 Art Cancro * Added "-i" flag to netproc to make it skip...
1998-11-22 Art Cancro * Moved num_parms() and all the extract() type...
1998-11-10 Nathan Bryant * commands.c, control.c, cux2ascii.c, file_ops...
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-10-16 Art CancroPulled out a coupla "FIX" comments
1998-10-13 Nathan Bryant * file_ops.c: fix another overrun
1998-10-08 Nathan Bryant * lots of warning fixes; builds with -std1...
1998-10-05 Art CancroChangeover to new room structure. See ChangeLog for...
1998-08-25 Nathan BryantMon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant...
1998-08-18 Nathan BryantTue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant...
1998-07-30 Art CancroChanged all of the proprietary strucmp() and struncmp...
1998-07-13 Art Cancro Miscellaneous bug fixes. Also restored the ability...
1998-07-11 Art CancroInitial revision