Tag stable-78x for 7.86 release
[citadel.git] / webcit / webcit.h
2011-04-11 Art CancroTag stable-78x for 7.86 release v7.86
2010-12-21 Art Cancroupdate version number in preparation for 7.85 release
2010-09-02 Art Cancrowebcit to 7.84
2010-07-28 Art Cancro* All components of both stable and trunk noted as...
2010-07-20 Art Cancro* Internal version numbers to 7.81
2010-07-14 Wilfried Göesgens * remove is_room_aide, its not filled anymore.
2010-07-12 Art Cancro* Improved the thread pool logic so that we don't end...
2010-06-24 Wilfried Göesgens* clean up warnings, especialy on 64 bit
2010-06-17 Wilfried Göesgens* upsie. that conversion to strbuf was still hanging...
2010-06-03 Art Cancro* Simplified tcp_connectsock()
2010-05-24 Art Cancro* WebCit thread pool is no longer tied to the number...
2010-05-21 Art Cancro* Change to main server loop. All threads block on...
2010-04-29 Wilfried Göesgens* fix wildfire exception handling; collect stuff in...
2010-04-19 Art Cancro* update room chat to the new protocol. This needs...
2010-04-19 Wilfried Göesgens* add one more callback hook to the webcit DAV handler...
2010-04-08 Wilfried Göesgens* change_start_page(), LoadStartpage(): check whether...
2010-03-19 Art Cancro* libcitadel internal version number is now 7.80
2010-02-28 Wilfried Göesgens* general way to do retrieve / save autopurger data
2010-02-25 Wilfried Göesgens* remove header of a function which was moved to libcit...
2010-02-15 Wilfried Göesgens* suse gcc complains about empty paramlist of functions...
2010-02-06 Wilfried Göesgens* move serv_func.c:read_server_binary() to tcp_sockets...
2010-01-31 Wilfried Göesgens* remove unneeded vcard function...
2010-01-24 Wilfried Göesgens* merge from dav_rework:
2010-01-24 Wilfried Göesgens* merge in much of the dav_rework branch: (the drift...
2010-01-14 Wilfried Göesgens* create function to parse the output of goto into...
2010-01-10 Wilfried Göesgens* remove xtoi, its not used anymore.
2010-01-10 Wilfried Göesgens* use the HexEscAppend thing instead of printf appending...
2009-12-30 Art Cancro* Version number to 7.80
2009-12-21 Wilfried Göesgens* apply the release stuff to head too from r8127
2009-12-03 Wilfried Göesgens* make the iconbar css a template
2009-11-11 Art Cancro* The 'Search' box now works properly in a Wiki room.
2009-11-05 Wilfried Göesgens* just calculate the language for non-static requests...
2009-10-28 Wilfried Göesgens* use the new regular way to get the accept language...
2009-10-23 Wilfried Göesgensrename wprintf to wc_printf; wchar.h also has a wprintf
2009-10-20 Wilfried Göesgens* add a Display name to our handlers; this will be...
2009-10-10 Wilfried Göesgens* add missing forward declaration for mimestring composal
2009-10-10 Wilfried Göesgens* register mimetypes and send them to citserver on...
2009-10-01 Wilfried Göesgens* more work into direction of DAV templates
2009-09-23 Art Cancro* Allow the '-S' command line option, so the cipher...
2009-09-14 Art Cancro* When spawning another worker thread, indicate the...
2009-09-11 Art Cancro* Set the version numbers of everything to 7.66.
2009-09-10 Wilfried Göesgens* use SmashStrBuf where apropriate
2009-09-08 Wilfried Göesgens* add the missing flags
2009-09-03 Art Cancro* WebCit 7.64
2009-09-01 Wilfried Göesgens* fix a buffer overrun in case of bad strings in vcards.
2009-09-01 Art Cancro* Version numbers of everything 7.63
2009-08-28 Wilfried Göesgens* move marchlist into its own file
2009-08-24 Wilfried Göesgens* move the marchlist into its own file
2009-08-20 Wilfried Göesgens* split tasks view into its own file
2009-08-17 Art Cancro* r7733 == webcit 7.62
2009-08-06 Art Cancro* Version number to 7.61 on all components
2009-08-01 Wilfried Göesgens* remove deleted include
2009-08-01 Wilfried Göesgens* fix bug in locale declaration array (missing ,)
2009-07-24 Art Cancro* Added new readloop command 'readgt' which will produc...
2009-07-08 Wilfried Göesgens* migrate more of the upload handling to strbuf
2009-06-23 Wilfried Göesgens* fix groupdav handling
2009-06-16 Wilfried Göesgens* use constr structs for our static string arrays
2009-06-09 Wilfried Göesgens* remove unneded enum
2009-06-07 Wilfried Göesgens* use onload handler for iconbar stuff. This fixes...
2009-06-01 Wilfried Göesgens* make the cookie failure page non-cacheable.
2009-06-01 Wilfried Göesgens* fix non cookie request blocking
2009-05-24 Wilfried Göesgens* move stuff from Hdr into substruct that may be easily...
2009-05-21 Art Cancro* Store the language setting in the session cookie...
2009-05-20 Art Cancro* The code that handled session establishment via http...
2009-05-18 Wilfried Göesgens* fix auth basic scheme
2009-05-17 Wilfried Göesgens* shuffle auth arround...
2009-05-17 Wilfried Göesgens* more fixes, offset in URLS is different now, since...
2009-05-17 Wilfried Göesgens* re-create static support; we now safe us from .....
2009-05-17 Wilfried Göesgens* BIG rewrite of header handling and slimming of contex...
2009-05-14 Wilfried Göesgens* add defines for our errorcodes
2009-05-10 Wilfried Göesgens* use enum to handle http request types
2009-05-10 Wilfried Göesgens* add more module handlers:
2009-05-04 Wilfried Göesgens* remove more serv_readln etc...
2009-05-04 Wilfried Göesgens* serv_getln now is a wrapper around existing functiona...
2009-04-29 Wilfried Göesgens* temporary solution to our ser_readln migration: have...
2009-04-28 Wilfried Göesgens* output errors via important_message
2009-04-28 Wilfried Göesgens* start migrating important message to strbuf; have...
2009-04-26 Wilfried Göesgens* use load_message in the useredit form
2009-04-26 Wilfried Göesgens* make it const baby!
2009-04-25 Wilfried Göesgens* buybuy serv_read
2009-04-25 Wilfried Göesgens* swap I/O to the new functions
2009-04-23 Wilfried Göesgens* use modern functions for downloads.
2009-04-20 Wilfried Göesgens* migrate http read logic to the strbuf controlled...
2009-04-19 Wilfried Göesgens* read calendars line & blob buffered. we're FAST now.
2009-04-19 Wilfried Göesgens* separate loading & parsing the ical attachment
2009-04-18 Wilfried Göesgens* persistantly handle the bufferlengths for dates;...
2009-04-11 Wilfried Göesgens* forgot this one. don't forget make clean, session...
2009-04-11 Wilfried Göesgens* structure needed by last commit. upsi.
2009-04-06 Art Cancro* Development version is now 7.60
2009-04-02 Art Cancro* Set version number to 7.50 across the entire system...
2009-03-30 Art Cancro* THIS IS 7.44 (BETA RELEASE ONLY)
2009-03-30 Art Cancro* Backed out r7276 through r7278. This is too large...
2009-03-28 Wilfried Göesgens* add frontent code for xmpps port
2009-03-17 Wilfried Göesgens* webcit part of michael meskes full day calendar patch...
2009-03-17 Art Cancro* THIS IS 7.43 (BETA VERSION)
2009-03-07 Wilfried Göesgens* add Michael Meskes patch: make time in task due dates...
2009-03-02 Wilfried Göesgens* fix display of quoted-printable names in addressbook...
2009-02-20 Art Cancro* Set all version numbers to 7.41 for upcoming beta.
2009-02-17 Wilfried Göesgens* if the mail doesn't give us a mimetype (..or just...
2009-02-15 Wilfried Göesgens* do linebuffered reading from server
next