Timeline
02/26/92:
- 06:07 Changeset [5905] by
- Better checking for nothing-left-to-read conditions.
02/24/92:
- 12:51 Changeset [5904] by
- added open_connection_to_named_daemon, which allows multiple OLC daemons to be talked to easily. (though not as optimally as possible, if you're doing a lot of switching)
- 12:48 Changeset [5903] by
- added prototype for open_connection_to_named_daemon (for support of multiple daemons)
02/17/92:
- 11:48 Changeset [5902] by
- Volatile declaration to handle ANSI setjmp/longjmp requirements All risc architectures would hand on gettime if remote server was down
- 09:31 Changeset [5901] by
- Typo before checkin fixed
- 08:24 Changeset [5900] by
- Initial revision
02/15/92:
- 18:14 Changeset [5899] by
- use POP3 TOP command instead of RETR if HAVE_POP3_TOP is defined; reduces load on server by not getting whole message just for subject lines.
- 18:10 Changeset [5898] by
- added POSIX file locking, ifdef'd on _POSIX_SOURCE
02/14/92:
- 16:24 Changeset [5897] by
- include a DEFAULT_CONSULTANT_TITLE define.
- 16:23 Changeset [5896] by
- Don't hardcode in "consultant", use DEFAULT_CONSULTANT_TITLE
- 16:23 Changeset [5895] by
- don't hardcode in OLC
- 16:22 Changeset [5894] by
- Don't hardcode in OLC, use "OLC_SERVICE_NAME".
- 16:22 Changeset [5893] by
- don't hardcode in "consultant"; use DEFAULT_CONSULTANT_TITLE instead.
- 15:53 Changeset [5892] by
- check return values to prevent dereferencing null pointers
- 15:52 Changeset [5891] by
- make list username work the same as "list -user username".
- 14:27 Changeset [5890] by
- don't loop forever on bad args to stock
- 14:12 Changeset [5889] by
- check arguments to -i to make sure they're numeric.
- 14:11 Changeset [5888] by
- Add more information to error messages in "quit" ,
- 13:32 Changeset [5887] by
- removed unused & nonfunctional sorting code "list username" should be equivalent to "list -user username"; it was in all cases except where username == requester's username, in which case it used to list the whole queue..
02/13/92:
- 02:40 Changeset [5886] by
- Took out unused debugging code
- 02:40 Changeset [5885] by
- fix compare_subs to deal with wildcards correctly and still maintain sort order.
02/11/92:
- 16:53 Changeset [5884] by
- fixes names of variables to set X background color
- 13:15 Changeset [5883] by
- return error code immediately if list request is not sucessful.
- 05:19 Changeset [5882] by
- Skip inactive utmp entries (SYSV-style utmp handling)
- 00:30 Changeset [5881] by
- Had to rename CURDIR to CWD (problems created with use of xmkmf)
02/06/92:
- 12:07 Changeset [5880] by
- Don't hardcode in the name OLC
- 12:06 Changeset [5879] by
- Don't hardcode in "OLC", use OLC_SERVICE_NAME
- 11:50 Changeset [5878] by
- Don't hardcode in OLC, use "OLC_SERVICE_NAME".
- 11:29 Changeset [5877] by
- Don't hardcode in OLC, use OLC_SERVICE_NAME; don't have people contact Athena ops unless they're from Athena...
- 11:23 Changeset [5876] by
- Don't hardcode in OLC, use "OLC_SERVICE_NAME".
02/05/92:
- 11:17 Changeset [5875] by
- ^C, not ^D, exits topic entry with new line editing.
02/04/92:
- 21:57 Changeset [5874] by
- removed t_misc.c, which only contained a stat function that was not called.
- 21:57 Changeset [5873] by
- removed misc.c, which only contained a stat function that was not called.
- 21:56 Changeset [5872] by
- removed unused do_olc_dump.
- 21:56 Changeset [5871] by
- removed prototypes of removed stat functions
- 21:56 Changeset [5870] by
- removed prototypes of removed stat functions.
- 21:55 Changeset [5869] by
- removed prototypes of removed stat functions. ,
- 21:55 Changeset [5868] by
- renamed req. numbers of unused stat requests
- 21:53 Changeset [5867] by
- Removed unused REQ_STATS_LOG and QUES_STATS_LOG
- 21:53 Changeset [5866] by
- renamed buf to be my_buf in type_error due to name conflict in Saber
- 21:52 Changeset [5865] by
- Don't call dump_request_stats & dump_question stats on exit anymore; replaced
- 21:52 Changeset [5864] by
- removed dump_request_stats and dump_question_stats; replaced by newer routines
- 21:51 Changeset [5863] by
- removed unused olc_dump_{req,ques}_stats; replaced by newer stat-gathering routines.
- 17:07 Changeset [5862] by
- Don't use hardcoded FILENAME_SIZE, use MAXPATHLEN.
- 17:07 Changeset [5861] by
- Don't use hardcoded FILENAME_SIZE, use MAXPATHLEN
- 17:04 Changeset [5860] by
- actually read filename to save answer in ifdef attach on ATHENA
- 17:02 Changeset [5859] by
- Possible (untested) changes to support Motif1.1
- 16:46 Changeset [5858] by
- Don't hardcode in max filename size, use MAXPATHLEN instead ifdef location of BASE_DIR on ATHENA
- 16:41 Changeset [5857] by
- use default realm to canonicalize principal if not using kerberos
- 16:24 Changeset [5856] by
- ifdef attach on ATHENA
- 15:32 Changeset [5855] by
- initialize zephyr error table so com_err works.
- 15:22 Changeset [5854] by
- Sending one too many packets in a list..
- 14:56 Changeset [5853] by
- print error message via syslog if swrite retval < 0
- 14:55 Changeset [5852] by
- Removed unused "next" field in USER struct
- 14:55 Changeset [5851] by
- Saber C (on vaxen) doesn't grok stdlib
- 14:54 Changeset [5850] by
- Saber C (on vaxen) doesn't grok stdlib return any errors from read/write in sread/swrite
- 11:31 Changeset [5849] by
- Fixed a typo, introduced when adding X-style Imakefile support
02/03/92:
- 04:30 Changeset [5848] by
- Add local cell subscriptions
- 04:30 Changeset [5847] by
- Document -hosts option
01/30/92:
- 12:32 Changeset [5846] by
- return sucess if status == OK so that there is a 0 exit status.
- 10:03 Changeset [5845] by
- removed unused stuff for memory. opts; should have been removed earlier and placed in separate branch..
- 10:02 Changeset [5844] by
- Don't try to interpret errno if error is not a system call; ("type_error: brain damage: not a typewriter" is somewhat strange...)
Note: See TracTimeline
for information about the timeline view.