2001-08-23 |
Alex Graveley | Fix under-allocation. (ntlm_parse): Comment out the... |
commit | commitdiff | tree | snapshot |
2001-08-23 |
Alex Graveley | Add SoupAuth.compare_func and call this from here,... |
commit | commitdiff | tree | snapshot |
2001-08-23 |
Alex Graveley | Take an old_auth argument, if auth_types do not match... |
commit | commitdiff | tree | snapshot |
2001-08-23 |
Alex Graveley | Microsoft NTLM authentication support compliments of... |
commit | commitdiff | tree | snapshot |
2001-08-23 |
Alex Graveley | Update Chris Blizzard's email address. |
commit | commitdiff | tree | snapshot |
2001-08-20 |
Joe Shaw | Bump up version to 0.4.4 Ditto. |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Alex Graveley | Update for DAV methods. |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Alex Graveley | Oops. |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Alex Graveley | Initial WebDAV server support. |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Alex Graveley | Connect to HUP signal to avoid indefinate hangs. Remove... |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Alex Graveley | Fix typo causes O_NONBLOCK to to be set. |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Alex Graveley | Include sys/socket.h for sa in SoupAddress. |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Alex Graveley | Bump version to 0.4.3. |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Alex Graveley | Handle entity headers after chunk body, closes bug... |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Alex Graveley | Oops. |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Alex Graveley | Define VERSION to "Win/0.4.2" for Windows clients. |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Alex Graveley | Remove warning used for testing. (soup_transfer_write_c... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Alex Graveley | Read speedup to read all available data before processi... |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Alex Graveley | Remove special case for GET and HEAD when adding conten... |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Alex Graveley | Bump version to 0.4.2. |
commit | commitdiff | tree | snapshot |
2001-07-30 |
Alex Graveley | Content-length should be avoided for HEAD requests. |
commit | commitdiff | tree | snapshot |
2001-07-30 |
Alex Graveley | Fix bug where only the first valid config token is... |
commit | commitdiff | tree | snapshot |
2001-07-30 |
Alex Graveley | Fix dangling pointer error where a resolved SoupAddress... |
commit | commitdiff | tree | snapshot |
2001-07-30 |
Alex Graveley | strdup response_phrase. |
commit | commitdiff | tree | snapshot |
2001-07-26 |
Joe Shaw | sigh. I am dumb. SOUP_0_4_1 |
commit | commitdiff | tree | snapshot |
2001-07-26 |
Joe Shaw | Don't display the SOAPAction header if it's either... |
commit | commitdiff | tree | snapshot |
2001-07-26 |
Joe Shaw | Bump the version up to 0.4.1. |
commit | commitdiff | tree | snapshot |
2001-07-25 |
Joe Shaw | Close a bunch of leaked file descriptors from piping. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Alex Graveley | Allow override of http version. Only include Content... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Alex Graveley | Bump version to 0.4.0. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Alex Graveley | Remove -Werror from WSDL_CFLAGS as this ills on so... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Alex Graveley | Add querysting to hash. (soup_context_uri_equal): Compa... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Alex Graveley | Set len to 0 before calling callback to handle cases... |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Alex Graveley | Remove the unused digest_data from _SoupMessagePrivate. |
commit | commitdiff | tree | snapshot |
2001-07-13 |
Alex Graveley | Add windows x86 type alignment defines. |
commit | commitdiff | tree | snapshot |
2001-07-10 |
Alex Graveley | Replace SOUP_PROTOCOL_SHTTP with SOUP_PROTOCOL_HTTPS... |
commit | commitdiff | tree | snapshot |
2001-07-10 |
Alex Graveley | Typo to go to SETUP_ERROR on error. |
commit | commitdiff | tree | snapshot |
2001-07-10 |
Alex Graveley | Use g_strncasecmp. |
commit | commitdiff | tree | snapshot |
2001-07-10 |
Alex Graveley | Use unique Debug output directory. |
commit | commitdiff | tree | snapshot |
2001-07-10 |
Alex Graveley | Initial run of windows build scripts. |
commit | commitdiff | tree | snapshot |
2001-07-09 |
Alex Graveley | New client authentication (basic/digest) code from... |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Alex Graveley | Use const uris. |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Alex Graveley | Formatting fixes. (digest_md5_challenge): Use string... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Alex Graveley | Remove _SoupMessagePrivate bits covered by soup-transfer. |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Joe Shaw | Largely gutted. Made RFC 2617 compliant. Removed RFC... |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Joe Shaw | Do a g_return_val_if_fail() on the SoupContext being... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Alex Graveley | Use soup_context_uri_hash and soup_context_uri_equal... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Alex Graveley | Formatting. |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Alex Graveley | Remove accidental \r's. No more commiting from windows. |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Dick Porter | Un-windozed the unistd check |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Alex Graveley | add check for unistd.h |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Dick Porter | replace 'childs' with 'xmlChildrenNode', 'root' with... |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Joe Shaw | If we're passing in NULL (to reset the proxy), don... |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Alex Graveley | Don't start from header_len offset. (soup_finish_read... |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Alex Graveley | Remove redirect handler if option is removed. |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Joe Shaw | If SOUP_SYNC_DNS is in the user's environment, use... |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Joe Shaw | Change msg->priv->flags to msg->priv->msg_flags so... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Alex Graveley | Stop processing if a handler requeues the message. |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Alex Graveley | implement. (soup_message_add_response_code_handler... |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Joe Shaw | Implement. Sets the HTTP method for a given message... |
commit | commitdiff | tree | snapshot |
2001-06-05 |
Alex Graveley | Add these empty Apache method implementations so soup... |
commit | commitdiff | tree | snapshot |
2001-06-04 |
Dick Porter | A new error message mechanism for reporting schema... |
commit | commitdiff | tree | snapshot |
2001-06-01 |
Alex Graveley | Correctly note copyright for soup_base64_encode() to... |
commit | commitdiff | tree | snapshot |
2001-06-01 |
Alex Graveley | Take soup-cgi.c out of rotation until server/client... |
commit | commitdiff | tree | snapshot |
2001-06-01 |
Alex Graveley | Only mark which custom headers are used, and directly... |
commit | commitdiff | tree | snapshot |
2001-06-01 |
Alex Graveley | Added. |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Dick Porter | Put the generated code into the build directory. Run... |
commit | commitdiff | tree | snapshot |
2001-05-25 |
Dick Porter | Documentation |
commit | commitdiff | tree | snapshot |
2001-05-25 |
Alex Graveley | No need to free priv->recv_buf as it is now done in |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Alex Graveley | Update Licensing section for soup-ssl-proxy. |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Larry Ewing | include string.h for strlen and strcmp prototypes.... |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Dick Porter | Fix some typos. |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Miguel de Icaza | review alex, review |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Dick Porter | Eliminate the extra layer of indirection for list items... |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Alex Graveley | Added. All release announcements should be prepended... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
JP Rosevear | null terminate the buffer |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Rodrigo Moya | don't emit code to add the transport headers to the... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Rodrigo Moya | g_strdup the hash table key also (soup_env_set_request_... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Alex Graveley | gtk-doc fixups. |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Rodrigo Moya | use the correct XML node to get the headers |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Alex Graveley | "Subscribe" not "Subject" in soup-list-request@ximian... |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Alex Graveley | Prune soup-core internal files. |
commit | commitdiff | tree | snapshot |
2001-05-17 |
JP Rosevear | do not free the callback data, or the second time the... |
commit | commitdiff | tree | snapshot |
2001-05-17 |
JP Rosevear | Bumping up my commits per week numbers |
commit | commitdiff | tree | snapshot |
2001-05-17 |
JP Rosevear | oops |
commit | commitdiff | tree | snapshot |
2001-05-17 |
JP Rosevear | prevent leak and check for fault straight away (instead... |
commit | commitdiff | tree | snapshot |
2001-05-17 |
JP Rosevear | find the end of the value and g_strndup only that as... |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Dick Porter | Fixed all gtk-doc moans in soup-core documentation |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Dick Porter | Extract gtk-doc documentation from the code |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Alex Graveley | Document. Needs more details and descriptions from... |
commit | commitdiff | tree | snapshot |
2001-05-16 |
JP Rosevear | g_strdup the response headers when adding them to the... |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Alex Graveley | Remove missed conflict |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Alex Graveley | g_strdup headers from the apache headers table. |
commit | commitdiff | tree | snapshot |
2001-05-16 |
JP Rosevear | change this to something sensible |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Rodrigo Moya | Removed extra ',' |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Rodrigo Moya | fully adapted to the new SoupEnv stuff |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Dick Porter | Bring up-to-date with new API, and test typecode freein... |
commit | commitdiff | tree | snapshot |
2001-05-15 |
JP Rosevear | soup_env_new needed "()" to be a function call |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Rodrigo Moya | replace all SoupFault parameter with SoupEnv, and remov... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Rodrigo Moya | made the SoupFault structure private, and add accessor... |
commit | commitdiff | tree | snapshot |
next |