Release version 997 generated by do-release.sh
[citadel.git] / citadel /
2024-01-29 Art CancroRelease version 997 generated by do-release.sh v997
2024-01-29 Art CancroIndent with tabs, as God intended.
2024-01-29 Art Cancrodatabaselayout.md: added code blocks
2024-01-29 Art Cancrobinaries.txt: converted to markdown
2024-01-29 Art CancroCodified plans for world domination
2024-01-29 Art CancroChanged the BIGMSGS semantics.
2024-01-27 Art Cancroloadtest: default threads now 10
2024-01-27 Art Cancroloadtest: added ops/sec meter
2024-01-26 Art CancroAssert that eMessageText MUST be serialized last.
2024-01-26 Art CancroCtdlSerializeMessage() now returns struct smr_ret
2024-01-24 Art CancroNoodling on calendar query commands.
2024-01-23 Art CancroBlockquotes are now rendered to console as dim instead...
2024-01-20 Art CancroNew config option: set smtp_advertise_starttls to nonze...
2024-01-14 Art Cancroupdated description
2024-01-10 Art Cancromove calendar prototypes around, add more with cproto
2024-01-08 Art CancroExperimenting with the code layout for calendar report...
2024-01-08 Art CancroDon't log each table open/close, just the whole operation
2024-01-08 Art CancroSTART_CHAT_MODE is renamed to SEND_THEN_RECV
2024-01-06 Art CancroThe damn thing finished. Let's see what it did.
2024-01-05 Art CancroStill waiting for the computer. Or rather, for other...
2024-01-05 Art CancroStill waiting...
2024-01-05 Art CancroThis time I'm waiting for the computer.
2024-01-05 Art CancroCan you tell I'm REALLY avoiding another task right...
2024-01-05 Art CancroThe little LEDs on the NanoPi blink when there is activity.
2024-01-05 Art CancroThat about wraps it up for serv_calendar.c
2024-01-05 Art CancroContinuing the war against C89-style comments
2024-01-05 Art Cancroserv_calendar.c: more formatting changes
2024-01-04 Art Cancrodammit, learn to spell
2024-01-04 Art Cancroserv_calendar.c: basically reformatting for modern...
2024-01-04 Art Cancroserv_calendar.c: basically reformatting for modern...
2024-01-04 Art CancroEnd support for libical <2.0
2024-01-04 Art CancroWondering how we ever got by with narrow terminals
2024-01-03 Art Cancroclarify terms in license
2024-01-03 Art Cancrodumploadtest.sh: added an exit 0 to the top of the...
2024-01-03 Art CancroIn case you haven't figured it out yet...
2024-01-03 Art CancroGrammar change in the license declaration.
2024-01-03 Art Cancrostyle cleanup
2024-01-03 Art CancroMore C99-style comments.
2024-01-02 Art CancroUtilities displaying a color banner now use line drawin...
2024-01-02 Art Cancrocontext.c: last_purge is local to dead_session_purge()
2024-01-02 Art CancroChanges to server session timeouts.
2024-01-02 Art CancroIt is the current year. (c)-2024
2024-01-02 Art CancroRemove sock_close and sock_shutdown 'portability' defs.
2023-12-31 Art CancroRemoved the dev_code, cli_code, and rev_level fields...
2023-12-31 Art Cancroserv_session.c: style update
2023-12-18 Art Cancroserv_smtpclient.c: style cleanup
2023-11-30 Art Cancrodatabaselayout.md: updated to remove networking
2023-11-27 Art Cancroserv_extensions.c: style cleanup from 30,000 feet
2023-10-27 Art CancroChanged some C89 style comments to C99 style.
2023-10-21 Art CancroSaving my place.
2023-10-16 Art Cancroloadtest: counters row offset from banner is definable
2023-10-16 Art Cancroloadtest: counter position is now derived from thread...
2023-10-16 Art Cancroloadtest: paint the screen in a separate pass
2023-10-16 Art Cancrotried some random cosmetic stuff and removed it
2023-10-16 Art CancroRevert "loadtest: change display"
2023-10-16 Art Cancroloadtest: change display
2023-10-13 Art Cancroserver/housekeeping.c: fix a small compiler warning
2023-10-06 Art Cancroloadtest: small file cleanup
2023-09-29 Art CancroRelease version 996 generated by do-release.sh v996
2023-09-29 Art CancroAdditional checks to keep zero-length messages from...
2023-09-27 Art CancroRelease version 995 generated by do-release.sh v995
2023-09-27 Art Cancroserv_fulltext: don't try to index a null message
2023-09-25 Art Cancroview_mail.js: more progress on upload dialog
2023-09-23 Art Cancroloadtest: use a random password
2023-09-19 Art CancroWhere gettimeofday() is required, include both time...
2023-09-18 Art CancroAdditional memory allocated since startup: %d bytes...
2023-09-18 Art CancroWrite server PID to citadel.lock in addition to locking it.
2023-09-16 Art CancroRelease version 994 generated by do-release.sh v994
2023-09-15 Art CancroObsolete sys/time.h and HAVE_TIME_WITH_SYS_TIME
2023-09-15 Art Cancrocdb_chmod_data() : don't make so much noise unless...
2023-09-09 Art CancroSuppress noise during configure
2023-09-09 Art Cancrovalidate_recipients(): don't send mail to user 0
2023-09-08 Art Cancroserv_expire: remove two TRACE directives I left in...
2023-09-07 Art CancroTDAP: consolidated transcripts to a single summary
2023-09-06 Art Cancroserv_expire: abort() if any malloc() calls fail.
2023-09-06 Art CancroRelease version 993 generated by do-release.sh v993
2023-09-06 Art Cancroberkeley_db: cdb_next_item() use DB_REALLOC, not DB_MALLOC
2023-09-06 Art Cancroctdldump/ctdlload: document the -y flag
2023-09-06 Art Cancroserv_fulltext: better handling of exit by yield vs...
2023-09-05 Art CancroOmit the warning about session scheduled for terminatio...
2023-09-02 Art CancroRelease version 992 generated by do-release.sh v992
2023-09-02 Art Cancroonly build chkpw and chkpwd if we can
2023-09-02 Art CancroRemove the warning-this-is-unfinished warnings from...
2023-09-02 Art CancroInclude -lintl where we need it on systems that have it
2023-09-02 Art CancroInclude -lresolv only if we have it
2023-09-02 Charlie Rootloadtest: run with a warning instead of exiting when...
2023-09-01 Art Cancroloadtest: pretty display when running with hundreds...
2023-09-01 Art Cancrofulltext: be smarter about exiting silently if there...
2023-09-01 Art Cancrofulltext: after the indexer runs for 60 seconds (tunabl...
2023-09-01 rootloadtest: minor changes
2023-09-01 Art CancroRelease version 991 generated by do-release.sh v991
2023-09-01 Art CancroMoved the creation of the data directory.
2023-08-31 Art CancroRelease version 990 generated by do-release.sh v990
2023-08-31 Art CancroRelease version 989 generated by do-release.sh v989
2023-08-31 Art CancroOn second thought, let's do it this way.
2023-08-31 Art CancroRevert "setup: reflect the fact that the operator shoul...
2023-08-31 Art Cancrosetup: reflect the fact that the operator should restar...
2023-08-31 Art CancroRemoved background and restart from citserver.
2023-08-31 Art Cancrofix compiler warning
2023-08-31 Art CancroRenamed Makefile to GNUmakefile to enforce the use...
next