| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes #4624... 3 years later, people! | jaubourg | 2012-03-07 | 1 | -2/+1 |
* | Ensures callback placeholders are tested for and eventually replaced in data ... | jaubourg | 2011-04-13 | 1 | -16/+14 |
* | Applies exception in Style Guidelines regarding objects and functions when th... | jaubourg | 2011-04-08 | 1 | -1/+1 |
* | Removes unnecessary parenthesis from regular expression. | jaubourg | 2011-02-24 | 1 | -1/+1 |
* | Fixes #8115. Renames all references to jXHR with jqXHR in the code (like was ... | jaubourg | 2011-02-01 | 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 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 |
* | More code style fixes. | jaubourg | 2011-01-23 | 1 | -3/+2 |
* | Apply JQuery Core Style Guidelines to ajax.js and ajax/*.js, | jaubourg | 2011-01-23 | 1 | -9/+11 |
* | Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Remo... | jaubourg | 2011-01-20 | 1 | -1/+2 |
* | Setting the jsonp option to false now inhibits any url manipulation regarding... | jaubourg | 2011-01-16 | 1 | -11/+23 |
* | Fixes #2994. Not finding a transport now fires the error callbacks and doesn'... | jaubourg | 2011-01-16 | 1 | -40/+31 |
* | Moved jQuery.ajax.prefilter and jQuery.ajax.transport to jQuery.ajaxPrefilter... | jaubourg | 2011-01-13 | 1 | -3/+2 |
* | Fixes #4897. Added ?? as a context-insensitive placeholder for the callback n... | jaubourg | 2011-01-12 | 1 | -3/+3 |
* | 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 |
* | Renamed src/transports to src/ajax (in case we need prefilters in the future ... | jaubourg | 2011-01-06 | 1 | -0/+85 |