Mailing list header changes (fuck you Google)
[citadel.git] / citadel / utils /
2024-03-04 Art CancroOnly calculate ops/sec if time>0
2024-03-04 Art CancroMade a note to fix a divide-by-zero problem.
2024-02-06 Art Cancroctdldump/ctdlload: add version number to banner
2024-02-06 Art CancroAdded context state to output of RWHO command.
2024-02-05 Art Cancroadd a comment to the previous thing
2024-02-05 Art CancroAwesome sauce, read description below for details.
2024-01-27 Art Cancroloadtest: default threads now 10
2024-01-27 Art Cancroloadtest: added ops/sec meter
2024-01-05 Art CancroThe little LEDs on the NanoPi blink when there is activity.
2024-01-03 Art Cancrodumploadtest.sh: added an exit 0 to the top of the...
2024-01-02 Art CancroUtilities displaying a color banner now use line drawin...
2024-01-02 Art CancroIt is the current year. (c)-2024
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-06 Art Cancroloadtest: small file cleanup
2023-09-25 Art Cancroview_mail.js: more progress on upload dialog
2023-09-23 Art Cancroloadtest: use a random password
2023-09-06 Art Cancroctdldump/ctdlload: document the -y flag
2023-09-05 Art CancroOmit the warning about session scheduled for terminatio...
2023-09-02 Art CancroRemove the warning-this-is-unfinished warnings from...
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 rootloadtest: minor changes
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 Cancrofix compiler warning
2023-08-30 Art CancroWrapping indexer transactions inside a critical section...
2023-08-30 Art CancroRewrote the indexer
2023-08-29 Art Cancroloadtest.c: after creating accounts and rooms, log...
2023-08-29 Art CancroWhen opening a cursor, always read through to the end.
2023-08-29 Art Cancrocosmetic stuff
2023-08-29 Art Cancrocleaned that up a bit
2023-08-29 Art Cancroloadtest.c: multiple threadds
2023-08-28 Art Cancrodiagnostics
2023-08-27 Art CancroFound a place where CM_SetAsField() was owning db memory.
2023-08-27 Art CancroCM_SetField() no longer accepts a length, just uses...
2023-08-27 Art Cancroloadtest.c: when deleting, always make sure we deleted...
2023-08-27 Art Cancroloadtest.c: added
2023-08-25 Art Cancrodbnothing does nothing
2023-08-25 Art Cancrodbnothing: temporary utility that just opens and closes...
2023-08-24 Art Cancroctdldump/ctdlload: fix usage messages
2023-08-24 Art Cancroctdldump/ctdlload: -h now works identical to citserver
2023-08-24 Art Cancroctdlload: use the backend API instead of BDB calls
2023-08-24 Art Cancroctdldump: use the backend API instead of BDB calls
2023-08-24 Art CancroMakefile: restructured so that backends can be compiled...
2023-08-02 Art Cancroverify that 'begin' and 'end' lines were found
2023-08-02 Art CancroMerge branch 'ConstStr_Access_Checks' into 'master'
2023-08-01 Art Cancroctdldump/ctdlload: -h now specifies the top-level Citad...
2023-07-25 Art Cancroctdldump/ctdlload: more testing
2023-07-25 Art Cancroctdlload: finished remaining record types; need to...
2023-07-25 Art Cancroskip the database open for the unused table to keep...
2023-07-25 Art Cancroctdlload: euidindex
2023-07-25 Art Cancroctdlload: usersbynumber
2023-07-25 Art Cancroadd some //FIXME tags where needed
2023-07-24 Art Cancroimport fulltext index records
2023-07-24 Art Cancrostub functions for new import routines
2023-07-24 Art CancroExport euidindex records
2023-07-24 Art Cancroexport fulltext records
2023-07-24 Art CancroBoth banners now use the same color scheme
2023-07-24 Art CancroGo back to exporting dir and usersbynumber records.
2023-07-24 Art CancroWhen exporting visit records, if there is corrupt ...
2023-07-22 Art CancroFixed bad import in thing
2023-07-22 Art Cancroctdldump/ctdlload: fixed on Raspberry Pi, reintroduced...
2023-07-18 Art CancroRemoved serv_migrate.c and ctdlmigrate. They are repla...
2023-07-18 Art Cancroremove extra msgs
2023-07-18 Art Cancroctdldump/ctdlload is functionally complete.
2023-07-18 Art Cancrohappy happy: convert_msgtext() also works for convert_b...
2023-07-18 Art Cancroctdlload: import use table records
2023-07-17 Art Cancroctdldump/ctdlload: removed tables that can be re-genera...
2023-07-17 Art CancroBeautiful startup banners in vivid color
2023-07-17 Art Cancroctdlload: import visits
2023-07-17 Art Cancroimport msglists
2023-07-17 Art Cancroctdlload: import floor table
2023-07-17 Art Cancroctdlload: import room records
2023-07-14 Art CancroPretty statistics
2023-07-14 Art CancroNow I have a machine gun that can write ctdluser record...
2023-07-14 Art Cancroctdlload: load message metadata
2023-07-14 Art Cancroctdlload: load msgtext
2023-07-13 Art Cancroctdlload: skeleton code for table ingestion
2023-07-13 Art Cancro./ctdldump -y -h./data | ./ctdlload -y -h./newdata
2023-07-12 Art Cancro./ctdldump -y -h./data | ./ctdlload -y -h./newdata
2023-07-12 Art Cancroctdlload: wrote the code to ingest dump lines
2023-07-12 Art CancroCleaned up config dump so there are no nulls in the...
2023-07-12 Art Cancroctdldump: convert binary to base64 instead of hex
2023-07-12 Art Cancroctdldump: dump config records. This is now functionall...
2023-07-12 Art Cancroctdldump: export usersbynumber (secondary index)
2023-07-12 Art Cancroctdldump: export euidindex
2023-07-11 Art CancroRemoved some stray comments
2023-07-11 Art Cancroctdldump: export use table
2023-07-11 Art CancroExport directory records
2023-07-11 Art Cancroctdldump: export visit table
2023-07-11 Art Cancroctdldump: export floor records
2023-07-11 Art Cancroctdldump: export room records
2023-07-11 Art Cancroctdldump.c: export users
2023-07-11 Art CancroWrote the first of 14 export functions (msgmain)
next