HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation for perl. It is not intended as a replacement for the fully-features LWP module. Instead, it is intended for use in situations where it is desirable to install the minimal number of modules to achieve HTTP support, or where LWP is not a good candidate due to CPU overhead, such as slower processors. HTTP::Lite is also significantly faster than LWP. HTTP::Lite is ideal for CGI (or mod_perl) programs or for bundling for redistribution with larger packages where only HTTP GET and POST functionality are necessary. If you require more functionality, such as FTP or HTTPS, please see libwwwperl (LWP). LWP is a significantly better and more comprehensive package than HTTP::Lite, and should be used instead of HTTP::Lite whenever possible. WWW: http://search.cpan.org/dist/HTTP-Lite/ Author: Roy Hooper >cgit logo index : gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* added internal EComponentListener object, to listen for the activated Cal.Rodrigo Moya2002-08-165-0/+89
* new class for controlling a component, to detect when it dies.Rodrigo Moya2002-08-164-0/+284
* new function to save a little typing. (find_book_view): same.Chris Toshok2002-08-162-96/+175
* Ugh, actually do what i just said i did, last patch wasMichael Zucci2002-08-161-1/+1
* Fix the logic check for working out if we add inbox or not, we do it if weNot Zed2002-08-162-2/+10
* [ fix 27333 ] "local" -> "do-initial-query".Chris Toshok2002-08-164-19/+52
* Updated Bulgarian translation. Not full: +~400 location places to 3991.Yanko Kaneti2002-08-162-750/+730
* ref/unref the gvmMike Kestner2002-08-152-0/+8
* Don't turn on pgp signing if this is an iMIP message and pgp_no_imip_signDan Winship2002-08-152-1/+17
* Add a "don't sign meeting requests" option to the security pane, sinceDan Winship2002-08-156-0/+42
* added a flags field, defined some flags, currently only used by imap. ThisNot Zed2002-08-156-193/+318
* listen for the time editors to changeJP Rosevear2002-08-154-7/+89
* Use the default uris instead of always changing to localIain Holmes2002-08-143-7/+41
* Sort tasks in the correct orderIain Holmes2002-08-142-0/+12
* Use the task components coloursIain Holmes2002-08-142-3/+35
* Make the warning dialog display the message subject so that it is moreJeffrey Stedfast2002-08-142-12/+28
* Removed an unused variable.Jeffrey Stedfast2002-08-143-2/+10
* Remove a bunch of old #if 0 code. (update_item): SetDan Winship2002-08-144-180/+28
* Update po files to speed up snap build.JP Rosevear2002-08-1339-63863/+80452
* set status message on ECalendarTable when opening the tasks.Rodrigo Moya2002-08-132-1/+31
* set status message to NULL if there is an error opening the calendar.Rodrigo Moya2002-08-132-2/+9
* Use default book, not local one.Dan Winship2002-08-134-3/+12
* Replace no-longer-existent e_book_query_address_locally withDan Winship2002-08-132-1/+6
* If invoked from a non-contact folder, add the contact to the defaultDan Winship2002-08-1312-104/+124
* Set the file-selection window icon. Fixes the mailer part of bug #7368.Jeffrey Stedfast2002-08-135-53/+64
* Use mail_get_messages() instead of mail_get_message().Jeffrey Stedfast2002-08-132-7/+11
* Use mail_get_messages() instead of mail_get_message().Jeffrey Stedfast2002-08-132-31/+35
* Don't call new_from_mime_part() since that function now does some copyingJeffrey Stedfast2002-08-132-9/+36
* Remove duff URIs and comment out the set_release call until I know what it do...Iain Holmes2002-08-132-5/+7
* Update required gal and gtkhtml dependency information.Jeffrey Stedfast2002-08-112-3/+7
* New function, generate a UID that has better chances of being unique.Peter Williams2002-08-102-6/+26
* If the ccd is NULL, create a new ccd, disconnect the old signal handlers,Jeffrey Stedfast2002-08-102-4/+54
* Tweak how we build the tree based on whether a full tree or a subtree isPeter Williams2002-08-102-1/+31
* Handle the fact that ccd may be NULL (if the composer was created viaDan Winship2002-08-102-7/+13
* set the editor to changed so the item actually gets savedJP Rosevear2002-08-102-0/+7
* When renaming our cache, add the "/folders" to the path.Peter Williams2002-08-102-1/+9
* When a URI is changed, try to copy over threaded view settings, previewPeter Williams2002-08-102-0/+71
* Remove both timeouts when the dialog is destroyed, not just one of them.Dan Winship2002-08-104-44/+76
* initialize summary->upgraded to quiet valgrind.Chris Toshok2002-08-092-0/+6
* Instead of comparing old/new CamelStore objects, just compare theirJeffrey Stedfast2002-08-092-55/+23
* check for an attendee in the list (comp_to_list): only add the user ifJP Rosevear2002-08-094-60/+57
* Only get folder info if this is a folder we're displaying.Dan Winship2002-08-092-29/+19
* Initialize loaded_backends before using it. (Just kills off a harmlessDan Winship2002-08-092-9/+17
* Fixes #15710Rodrigo Moya2002-08-085-1/+63
* Set some default permanent_flags. This is the other cause of bug #28038.Jeffrey Stedfast2002-08-082-3/+16
* oops, forgot to save before I commit'd apparentlyJeffrey Stedfast2002-08-081-3/+0
* Set some default permanent_flags. This is the other cause of bug #28038.Jeffrey Stedfast2002-08-082-0/+9
* Don't check permanent_flags for the CAMEL_MESSAGE_DELETED bit here, if weJeffrey Stedfast2002-08-082-0/+8
* Dont allow duplicate names. (edit_editor_clicked): Same here. For #24803.Not Zed2002-08-082-2/+34
* Force a refresh of the menu sensitivity when the thread state changes.Not Zed2002-08-083-60/+92
* Oops - outbuf pointed to alloca'd memory but we were g_free'ing it afterJeffrey Stedfast2002-08-083-7/+14
* Delete the Draft item that this was edited from if that is the case asJeffrey Stedfast2002-08-082-61/+192
* Only add the stream to the gdatalist if it is non-NULL.Jeffrey Stedfast2002-08-082-2/+8
* just return the object untouched since we don't send anythingJP Rosevear2002-08-0810-87/+343
* Do slightly better error handling for close() and loop until it closesJeffrey Stedfast2002-08-081-3/+4
* Added an alignment to make button position be the same as the otherAnna Marie Dirks2002-08-083-4/+23
* If outbox_folder is NULL, don't try and get its message count (this shouldPeter Williams2002-08-082-1/+6
* agh, don't break the build (shame on me)Jeffrey Stedfast2002-08-071-1/+1
* forgot changelogNot Zed2002-08-071-0/+3
* Set the week start day from the calendar prefs, do same for 24 hourNot Zed2002-08-071-3/+3
* Don't need to save temp/backup files anymore, e_xml_save_file() nowJeffrey Stedfast2002-08-072-15/+10
* No need to save a temporary file first anymore since I updatedJeffrey Stedfast2002-08-072-19/+8
* Changed to handle saving to a temp file first, this allows us to remove aJeffrey Stedfast2002-08-071-3/+26
* And finally here.Jeffrey Stedfast2002-08-074-74/+6
* Set the week start day from the calendar prefs, do same for 24 hourNot Zed2002-08-074-4/+56
* Use "\r" rather than including literal CRs in the string, which confusesDan Winship2002-08-073-54/+35
* Save to a temporary file first using e_xml_save_file rather thanJeffrey Stedfast2002-08-072-11/+38
* Use e_xml_save_file(). (xml_doc_save): Removed this code and added it toJeffrey Stedfast2002-08-072-300/+11
* Need to check for gal 0.19.99.18 for e_xml_save_file().Jeffrey Stedfast2002-08-072-1/+6
* Bumped version to 0.19.99.18Jeffrey Stedfast2002-08-072-1/+312
* #include <string.h> for memsetJeffrey Stedfast2002-08-075-21/+125
* Don't include the storage name in the path passed toDan Winship2002-08-072-3/+12
* New placeholder at FolderPopup/StorageFolderPropertiesPlaceholder.Ettore Perazzoli2002-08-072-0/+7
* New callback for the show_folder_properties signal.Ettore Perazzoli2002-08-0716-52/+554
* new function. (query_backend_get_uids): new function. (query_backend_new):Rodrigo Moya2002-08-064-15/+139
* Set the rule name to include the search string, for #10979.Not Zed2002-08-062-2/+12
* If writing to the sendmail pipe fails, wait for the sendmail process toJeffrey Stedfast2002-08-062-12/+27
* Set the query text into the filter name when saving it, for #10979.Not Zed2002-08-062-2/+13
* Only count hidden messages which are in the folder. Should probablyNot Zed2002-08-062-2/+28
* Add messageinfo to id table, and store array index in messageinfo too.Not Zed2002-08-063-82/+75
* Check driver != NULL, if folder_filter freed it already.Not Zed2002-08-062-2/+6
* Unref the driver before returning to main thread, so any closingNot Zed2002-08-067-173/+125
* New internal function to replace xmlSaveFile. Does proper error checkingJeffrey Stedfast2002-08-062-4/+317
* If we are not in interactive mode, don't display error dialogs.Jeffrey Stedfast2002-08-067-22/+60
* Add a GHashTable pointer so we can remove the info once the operation isPeter Williams2002-08-062-0/+10
* Always set a g_atexit handler to flush/save the camel-certdb.Jeffrey Stedfast2002-08-062-10/+13
* If we are asking for the toplevel folders, use the IMAP store's namespaceJeffrey Stedfast2002-08-063-35/+27
* Updated to call post_to_url if the id is "post".Jeffrey Stedfast2002-08-064-10/+31
* Fixes the crash in #19159Rodrigo Moya2002-08-052-0/+9
* Remove the logic that assumes "Rupert> " is a citation, since it misfiresDan Winship2002-08-052-28/+22
* Only reply to all or reply to list, set CAMEL_MESSAGE_ANSWERED_ALL too.Dan Winship2002-08-052-1/+8
* Add CAMEL_MESSAGE_ANSWERED_ALL, for folders that can distinguish aDan Winship2002-08-053-1/+12
* Fixes bug #26237.Jeffrey Stedfast2002-08-033-55/+31
* Set the default flag to Follow-Up.Jeffrey Stedfast2002-08-032-0/+4
* Updated to use the new Follow-Up tags. Instead of storing a stringJeffrey Stedfast2002-08-0311-399/+290
* If the folder name contains the directory separator, reject it.Peter Williams2002-08-032-1/+14
* don't warn if we can't use the small font, just set use_small_font toJP Rosevear2002-08-022-1/+6
* new util function to add information to an itip message that might notJP Rosevear2002-08-022-36/+49
* initialize value to corba nilJP Rosevear2002-08-022-0/+6
* Clear the summary after building the 'removed uid' list.Not Zed2002-08-022-1/+4
* revert jeff's patch below, and do it slightly differently, and stop theNot Zed2002-08-023-68/+79
* Added a datespec editor window.Not Zed2002-08-024-478/+485
* [ fixes bug #25958 ] use FULL_NAME in the case where we're untoggling aChris Toshok2002-08-022-2/+10
* no more search_entry.Chris Toshok2002-08-023-13/+21
* remove folders and folders_by_uri, and the 2 listeners.Chris Toshok2002-08-023-17/+11
* remove the annoying fprintf about Queueing termination, since we neverChris Toshok2002-08-022-1/+5
* (endarken_style): Set the color forEttore Perazzoli2002-08-023-3/+13
* (create_component): UseEttore Perazzoli2002-08-022-1/+6
* (create_component): UseEttore Perazzoli2002-08-022-9/+15
* Use meeting-request-16.png instead of meeting-request.png.Ettore Perazzoli2002-08-024-5/+10
* New artwork from Jakub. Likewise. Likewise.Ettore Perazzoli2002-08-026-69/+11
* If we are editing an account, then get the CamelStore associated with theJeffrey Stedfast2002-08-022-22/+76
* Update Soup information and remove hard spaces.Ettore Perazzoli2002-08-023-14/+23
* Do more error checking to prevent crashing if we fail to read a string forJeffrey Stedfast2002-08-022-28/+50
* use get_due_status (get_color): ditto (get_due_status): utility functionJP Rosevear2002-08-022-66/+75
* If the value was unset, initialize it to now.Peter Williams2002-08-022-11/+16
* camel:Peter Williams2002-08-015-96/+216
* new class for implementing a backend cache for the calendar queries.Rodrigo Moya2002-08-014-0/+331
* Don't setup a handler for multipart/digest. (handle_multipart_digest):Jeffrey Stedfast2002-08-013-31/+32
* Removed folder-browser-window from the build.Jeffrey Stedfast2002-08-016-307/+11
* Disable my fix to not cache headers as it means that each time we load theJeffrey Stedfast2002-08-012-7/+13
* Parse the auto-cc/bcc recipients and then later when parsing the cc/bccJeffrey Stedfast2002-08-012-12/+80
* New, implement a right-click -> "Add Default Shortcuts" menu item.Ettore Perazzoli2002-08-014-15/+55
* (xml_create): Remove unused variable.Ettore Perazzoli2002-08-012-1/+4
* Change the order so that "New Contact" is first and "New Contact List" isEttore Perazzoli2002-08-019-33/+42
* Don't use "isprint(c)" to mean "c >= 32 && c < 128" since it doesn't inJeffrey Stedfast2002-08-012-25/+48
* (ensure_menu_items):Ettore Perazzoli2002-08-012-110/+90
* Pass "contacts" as the @folder_type toEttore Perazzoli2002-08-0113-69/+227
* [ roll in the following change from the 1.0 branch.] change the CALURI andChris Toshok2002-08-013-27/+52
* we no longer need to manually save the state (e_tasks_open): we no longerJP Rosevear2002-08-012-38/+10
* Don't use "isprint(c)" to mean "c >= 32 && c < 128" since it doesn't inDan Winship2002-08-012-13/+24
* Add bug fix numbers.JP Rosevear2002-07-311-0/+6
* (activate_factories_for_uri): Don'tEttore Perazzoli2002-07-312-2/+7
* Added global cameldatacache for managing remote image cache.Not Zed2002-07-312-3/+83
* Update the comment.Jeffrey Stedfast2002-07-317-59/+231
* If the user has enabled IPv6 support, use getaddrinfo to resolve hostnamesJeffrey Stedfast2002-07-312-9/+183
* Add checks for IPv6 support.Jeffrey Stedfast2002-07-312-1/+41
* Translate the rule name when filling in the name entry.Peter Williams2002-07-312-1/+6
* X509_digest() needs a pointer to an int len. Also fixed some otherJeffrey Stedfast2002-07-313-4/+14
* save signature here to remember the changed nameRadek Doulik2002-07-312-0/+6
* make sure that the work week view goes to the current work week if the dayJP Rosevear2002-07-312-4/+15
* added to the buildJeffrey Stedfast2002-07-312-0/+819
* Use camel_medium_get_header to get the date header rather than getting theJeffrey Stedfast2002-07-312-11/+12
* New source file implementing a very basic certificate database. This isJeffrey Stedfast2002-07-317-72/+242
* Use the same command-counter mojo that the append code uses in case thePeter Williams2002-07-312-1/+14
* setup private data. (mail_display_destroy): cancel any outstandingNot Zed2002-07-305-51/+238
* added soup to compile flags.Not Zed2002-07-302-1/+5
* Updated Spanish translationHector Garcia2002-07-302-1739/+1922
* (request_password): Left-align the check button'sEttore Perazzoli2002-07-302-0/+6
* new helper function (decode_signature_name): new helper functionRadek Doulik2002-07-302-4/+112
* Reordered.Jeffrey Stedfast2002-07-30