| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Minor changes to enforce JQuery Core Style Guidelines. | jaubourg | 2011-02-12 | 1 | -9/+11 |
* | Adds missing crossDomain test. | jaubourg | 2011-02-11 | 1 | -1/+1 |
* | Fixes #8245. Ajax now ensures header names are capitalized so that non-compli... | jaubourg | 2011-02-11 | 1 | -2/+2 |
* | Simplifies status normalization in xhr transport. Local file test modified fo... | jaubourg | 2011-02-11 | 1 | -29/+8 |
* | Replaces jQuery.each loop for headers with a foreach loop. | jaubourg | 2011-02-09 | 1 | -3/+3 |
* | Fixes #8219. Introduces the mimeType option to override content-type header i... | jaubourg | 2011-02-09 | 1 | -0/+5 |
* | Makes sure xhrs are actually aborted on unload in IE. Simplifies active xhrs ... | jaubourg | 2011-02-07 | 1 | -34/+26 |
* | Fixes #8177. XHR transport now considers 304 Not Modified responses as 200 OK... | jaubourg | 2011-02-05 | 1 | -0/+6 |
* | Don't use a local copy of jQuery.ajaxSettings.isLocal anymore but use the cur... | jaubourg | 2011-02-03 | 1 | -12/+5 |
* | Stores jQuery.ajaxSettings.isLocal locally at load time so that any change to... | jaubourg | 2011-02-03 | 1 | -23/+30 |
* | Fixes #8146. Custom fields in xhrFields are now set after the XMLHttpRequest ... | jaubourg | 2011-02-03 | 1 | -7/+7 |
* | Fixes #8152 by applying the same special cases for protocol "chrome-extension... | jaubourg | 2011-02-03 | 1 | -25/+23 |
* | Fixes #8146 by introducing the xhrFields option with is a map of fieldName/fi... | jaubourg | 2011-02-02 | 1 | -1/+9 |
* | Fixes #8135. Makes sure any exception thrown by Firefox when trying to access... | jaubourg | 2011-02-02 | 1 | -65/+82 |
* | Fixes #8098. Use the fast document.head when available. Don't set unneeded "s... | Mathias Bynens | 2011-02-02 | 1 | -1/+1 |
* | Fixes #8125. Status is set to 200 for requests with status 0 when location.pr... | jaubourg | 2011-02-01 | 1 | -4/+6 |
* | Fixes #8115. Renames all references to jXHR with jqXHR in the code (like was ... | jaubourg | 2011-02-01 | 1 | -2/+2 |
* | Script dataType now supports ecmascript mimetypes. | jaubourg | 2011-01-31 | 1 | -2/+2 |
* | Makes sure jsonp callback is not left in the global namespace in case of an e... | jaubourg | 2011-01-31 | 1 | -22/+15 |
* | Fixes #8082. Text to script converter now returns text. Unit test added. | jaubourg | 2011-01-29 | 1 | -1/+4 |
* | Fixes potential collisions between jsonp requests from different jQuery insta... | jaubourg | 2011-01-29 | 1 | -1/+1 |
* | Fixes #8054 by reverting feature enhancement 5812 (4920). Regexps no longer s... | jaubourg | 2011-01-26 | 1 | -1/+1 |
* | Reworks how values of parameters passed to error callbacks are determined. Fi... | jaubourg | 2011-01-25 | 1 | -6/+3 |
* | More code style fixes. | jaubourg | 2011-01-23 | 2 | -4/+3 |
* | Apply JQuery Core Style Guidelines to ajax.js and ajax/*.js, | jaubourg | 2011-01-23 | 3 | -78/+65 |
* | Moves determineResponse logic into main ajax callback. Puts responseXXX field... | jaubourg | 2011-01-20 | 1 | -8/+7 |
* | Removes misleading comment. | jaubourg | 2011-01-20 | 1 | -1/+0 |
* | Renames determineDataType as determineResponse. Makes it more generic as a fi... | jaubourg | 2011-01-20 | 1 | -11/+12 |
* | Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Remo... | jaubourg | 2011-01-20 | 2 | -3/+6 |
* | Moves determineDataType into ajaxSettings so that it is accessible to transpo... | jaubourg | 2011-01-19 | 1 | -3/+2 |
* | Moved ajaxSettings.xhr definition together with support.ajax and support.cors... | jaubourg | 2011-01-19 | 1 | -129/+173 |
* | Setting the jsonp option to false now inhibits any url manipulation regarding... | jaubourg | 2011-01-16 | 1 | -11/+23 |
* | The script prefilter now forces cross-domain requests type to GET. | jaubourg | 2011-01-16 | 1 | -0/+1 |
* | Fixes #2994. Not finding a transport now fires the error callbacks and doesn'... | jaubourg | 2011-01-16 | 2 | -46/+41 |
* | Moved jQuery.ajax.prefilter and jQuery.ajax.transport to jQuery.ajaxPrefilter... | jaubourg | 2011-01-13 | 3 | -6/+4 |
* | Removed xhr pooling since failing cross-domain requests leaves the xhr object... | jaubourg | 2011-01-13 | 1 | -18/+9 |
* | Reworked script and xhr abort logic to take advantage of the fact jXHR.abort ... | jaubourg | 2011-01-13 | 2 | -42/+36 |
* | Script transport now uses ajaxSetup to define script dataType. | jaubourg | 2011-01-12 | 1 | -3/+3 |
* | Fixes #4897. Added ?? as a context-insensitive placeholder for the callback n... | jaubourg | 2011-01-12 | 1 | -3/+3 |
* | Moved unload abort code so that the event is only bound if the xhr transport ... | jaubourg | 2011-01-09 | 1 | -16/+21 |
* | Fixes #5812. =? will be detected even when it has been escaped during data se... | jaubourg | 2011-01-09 | 1 | -1/+1 |
* | Fixes #5803. Reworked jsonp prefilter so that it sets the dataType as jsonp a... | jaubourg | 2011-01-09 | 1 | -53/+52 |
* | Fixes #7868. ResponseText is now properly propagated for error callbacks. | jaubourg | 2011-01-09 | 1 | -9/+7 |
* | Added a simple cache for xhr objects in the xhr transport. | jaubourg | 2011-01-09 | 1 | -1/+8 |
* | Renamed src/transports to src/ajax (in case we need prefilters in the future ... | jaubourg | 2011-01-06 | 3 | -0/+358 |
* | Reorganzing the jQuery source (first phase). | John Resig | 2007-09-08 | 2 | -1103/+0 |
* | Forgot to update the $.param() tests. | John Resig | 2007-09-05 | 1 | -5/+5 |
* | Re-disabled the Ajax tests in Safari. | John Resig | 2007-09-05 | 1 | -2/+2 |
* | Integration of Mike Alsup's excellent form serialization code. The benefits a... | John Resig | 2007-09-05 | 2 | -10/+46 |
* | Removed all deprecated functionality for jQuery 1.2. A full list of what was ... | John Resig | 2007-09-04 | 2 | -44/+15 |