Memleak: getaddrinfo needs freeadrinfo here too.
[citadel.git] / citadel /
2010-11-22 Wilfried Goesgensavoid decoding mime-parts unless we realy need to.
2010-11-22 Wilfried GoesgensAdd PID/GID/UID of communications parters with unix...
2010-11-22 Wilfried GoesgensLog remote-IP on login attempts
2010-11-21 Wilfried GoesgensRelax SMTP Client timeout settings as discussed.
2010-11-18 Art CancroOnly move from spooltmp to spoolin if there's actually...
2010-11-16 Art Cancroevent_jid is a buffer, not a pointer, so don't free...
2010-11-15 Wilfried GoesgensMemleak: CtdlMakeMessage(): don't forget about the...
2010-11-15 Wilfried Goesgenssmtp_do_bounce(): don't loose msg['A'] when overwriting...
2010-11-15 Art CancroRemoved a few unneeded calls to scr_flush()
2010-11-14 Wilfried GoesgensMemleak: free the list of search hooks on exit
2010-11-14 Wilfried GoesgensMemleak: free the global inet-config on exit.
2010-11-14 Wilfried GoesgensMemleak: free the XMPP-Eventqueue on shutdown
2010-11-14 Wilfried GoesgensMemleak: free the roomlist of the sieve-queued rooms...
2010-11-14 Wilfried GoesgensMemleak: fix the varous handler & config lists of the...
2010-11-14 Wilfried GoesgensMemleak: free the imap-handlerlist on exit
2010-11-14 Wilfried GoesgensMemleak: free the nttlist (network host list) on exit
2010-11-14 Wilfried GoesgensMemleak: sock_connect() needs to call freeaddrinfo()
2010-11-13 Wilfried Goesgensfound one more place using IO directly, rerouting it...
2010-11-09 Wilfried GoesgensUpdate translations to Launchpad R13
2010-11-08 rootadd script to generate gcov/lcov output.
2010-11-08 Wilfried Goesgensfix some incompletely transformed reply strings; thanks...
2010-11-08 Wilfried Goesgensmore gcov files to ignore...
2010-11-08 Wilfried Goesgensadd a way to configure code coverage
2010-11-08 Wilfried GoesgensIgnore data files left behind by gcov
2010-11-07 Wilfried GoesgensRewrite IMAP-Module to buffer its output
2010-11-06 Wilfried Goesgenshave flexible timouts while reading lines in our client...
2010-11-06 Wilfried GoesgensNonblocking sockets need to select while writing
2010-11-04 Wilfried Goesgensif we tell the client we're in error state, return.
2010-11-04 Wilfried Goesgensdon't fetch a RSS before the network frequency is elapsed
2010-11-04 Wilfried Goesgensfix crash in SSL BLOB-Reading
2010-11-03 Wilfried Goesgensmove old tokenizer over to the managesieve server;...
2010-11-01 Wilfried GoesgensDo a more precise match to find out our UID
2010-11-01 Wilfried Goesgensfix compilation
2010-11-01 Wilfried GoesgensBlanks.
2010-11-01 Wilfried GoesgensBlanks are beautyfull.
2010-11-01 Wilfried GoesgensAdd more url-shorteners that showed up in my way.
2010-11-01 Wilfried GoesgensFinalize fixing of netconfig loosing incident
2010-10-30 Wilfried GoesgensPrevent writing empty network configs Part II
2010-10-30 Wilfried Goesgens* cmd_snet: make shure the target FS has enough space...
2010-10-30 Wilfried Goesgensassoc_file_name(): return length of string
2010-10-26 Art CancroDon't output a space between imap namespaces
2010-10-26 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-26 Wilfried Goesgens* sock_getln (): CtdlSockGetLine() gives us lines witho...
2010-10-25 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-25 Wilfried Goesgens* ctype.h required for isdigit() and friends
2010-10-25 Wilfried Goesgens* make the hash algorithm long, as hash now does
2010-10-25 Wilfried Goesgens* don't free stacked pointers
2010-10-24 Wilfried Goesgens* fix quotation problem reported by launchpad (ups)
2010-10-24 Wilfried Goesgens* similarize to what launchpad has
2010-10-24 Art CancroReplaced some of the 'autoconverted - document me'...
2010-10-22 Wilfried Goesgens* if we're shutting down instantly close our server...
2010-10-21 Wilfried Goesgens* move around pots so launchpad likes us
2010-10-13 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-13 Wilfried Goesgens* vCtdlLogPrintf(): combine the server data plus the...
2010-10-13 Art Cancro* Rewrote vCtdlLogPrintf() to NOT use any buffers at...
2010-10-13 Wilfried Goesgens* list of shorter url services.
2010-10-13 Wilfried Goesgens* add thread debugging to thread disabling for client...
2010-10-13 Wilfried Goesgens* vCtdlLogPrintf(): combine the server data plus the...
2010-10-10 Wilfried Goesgens* include the URL-shortener config in the .deb
2010-10-10 Wilfried Goesgens* load the url shortener links from a config file
2010-10-04 Wilfried Goesgens* check whether we need to QP-Encode our from in case...
2010-10-04 Wilfried Goesgens* one more try to get the right creator into the rss...
2010-10-03 Wilfried Goesgens* add additional chars for shorter url detection
2010-09-28 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-27 Wilfried Goesgens* make all strings of setup.c i18n'able that are worth it.
2010-09-27 Wilfried Goesgens* add code to install locales
2010-09-27 Wilfried Goesgens* add locale detection / fix naming of .mo files
2010-09-27 Wilfried Goesgens* unfuzzy some strings, so we can verify the strings...
2010-09-27 Wilfried Goesgens* specify where to put the locales for LHFS
2010-09-27 Wilfried Goesgens* finish setting the wanted locale.
2010-09-27 Wilfried Goesgens* fix header file so we're launchpad ready.
2010-09-27 Wilfried Goesgens* create our own .pot file
2010-09-27 Wilfried Goesgens* fix merging of existing messages
2010-09-27 Wilfried Goesgens* synchronize strings with debian.org strings (where...
2010-09-27 Wilfried Goesgens* get .po infrastructure in place
2010-09-27 Wilfried Goesgens* get long message texts translateable
2010-09-23 Wilfried Goesgens* implement expanding of shorter URLs in feeds; IG...
2010-09-23 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-20 Art CancroWhen creating a new context, set lastcmd to now.
2010-09-20 Art CancroMore of the same. I think it's time to reduce complexi...
2010-09-20 Art CancroCtdlThreadSchedule() considered harmful. Eliminate...
2010-09-19 Wilfried Goesgens* put sender in another way, still doesn't work
2010-09-19 Wilfried Goesgens* html_to_ascii appends a \n, we don't like that neithe...
2010-09-19 Wilfried Goesgens* handle 'encoded' for RSS + atom the right way
2010-09-19 Wilfried Goesgens* add RSS-debug compile flag mechanic
2010-09-18 Wilfried Goesgens* remove debug post all
2010-09-18 Wilfried Goesgens* just display reply link, if we got one.
2010-09-18 Wilfried Goesgens* suport author/email tag in atoms
2010-09-16 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-16 Wilfried Goesgens* switch to loading the HTTP reply into a StrBuf
2010-09-15 Art Cancrorobots.txt now explicitly allows everyone. free love...
2010-09-14 Art CancroOffer meta tags in head for RSS feeds (uses templates)
2010-09-14 Art Cancrotext client, enter message, send reply references durin...
2010-09-14 Art CancroAdded a module for blog rooms. Add EUID for any messag...
2010-09-14 Art Cancroimap server update to new API
2010-09-14 Art CancroCtdlRoomAccess() can now return a new value UA_REPLYALL...
2010-09-13 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-12 Wilfried Goesgens* remove debugging output etc.
2010-09-12 Wilfried Goesgens* rewrite rss parser:
2010-09-12 Wilfried Goesgens* WHOK: ommit empty lines.
next