| Commit message (Expand) | Author | Age | Files | Lines |
* | Make it so prefilters get access to the original settings. | jaubourg | 2011-01-09 | 1 | -1/+1 |
* | Fixes #5955. Option crossDomain now forces ajax to consider a request as cros... | jaubourg | 2011-01-09 | 1 | -6/+9 |
* | Make sure prefilters have been called and transport has been selected before ... | jaubourg | 2011-01-09 | 1 | -3/+3 |
* | Fixes #7465. Reworked the regexp and associated test for cross-domain detecti... | jaubourg | 2011-01-09 | 1 | -2/+7 |
* | Fixes #7868. ResponseText is now properly propagated for error callbacks. | jaubourg | 2011-01-09 | 1 | -0/+5 |
* | Fixes #7881. Setting contentType to false will prevent the Content-Type heade... | jaubourg | 2011-01-09 | 1 | -1/+1 |
* | Renamed "complete" to "done" in order to avoid conflicts with jXHR.complete. | jaubourg | 2011-01-06 | 1 | -2/+2 |
* | Cleaning up trailing whitespace again. | Colin Snover | 2011-01-05 | 1 | -122/+122 |
* | "then" renamed "complete" and new "then" method defined using "complete" and ... | jaubourg | 2011-01-05 | 1 | -2/+2 |
* | When serializing text, encode all line breaks as CRLF pairs per the applicati... | Dave Methvin | 2010-12-31 | 1 | -2/+2 |
* | Revised conversion logic to handle converter equal to true properly. | jaubourg | 2010-12-31 | 1 | -14/+19 |
* | Introduced a new promise method on deferreds that returns an immutable object... | jaubourg | 2010-12-31 | 1 | -3/+4 |
* | Renamed several ajaxSettings options. Removed cors test, fixed failing cors t... | jaubourg | 2010-12-31 | 1 | -11/+11 |
* | Revised logic in data conversion to account for when dataFilter modifies the ... | jaubourg | 2010-12-31 | 1 | -2/+2 |
* | Removed re-usability from jXHR object (no more open, send & onreadystatechang... | jaubourg | 2010-12-31 | 1 | -10/+576 |
* | Removed dataCheckers, added true as possible value for dataConverters indicat... | jaubourg | 2010-12-31 | 1 | -27/+2 |
* | Changed dataConverters key format. | unknown | 2010-12-31 | 1 | -20/+5 |
* | Rewrote the data conversion logic in ajax. Should be cleaner and faster. | jaubourg | 2010-12-31 | 1 | -2/+2 |
* | Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the imp... | jaubourg | 2010-12-31 | 1 | -2/+2 |
* | Rewrote the data conversion logic in ajax. Should be cleaner and faster. | jaubourg | 2010-12-31 | 1 | -7/+2 |
* | Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the imp... | jaubourg | 2010-12-31 | 1 | -6/+7 |
* | Clean trailing whitespace from all files. | Colin Snover | 2010-12-30 | 1 | -24/+24 |
* | Removed unnecessary upper/lowercase, it's all just lowercase now (since $.aja... | Ben Alman | 2010-12-26 | 1 | -2/+2 |
* | WETness getting you down? Fear not, the $.get and $.post methods are now 866%... | Ben Alman | 2010-12-26 | 1 | -22/+7 |
* | Fix fix for #6481 introduced at 7862c45ad2f32096383a21b8b301155787724476 whic... | Colin Snover | 2010-12-22 | 1 | -1/+3 |
* | Fix the closure in ajax.js too. | jaubourg | 2010-12-10 | 1 | -1/+1 |
* | Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be fou... | jaubourg | 2010-12-09 | 1 | -448/+123 |
* | Merge branch 'bug6242' of https://github.com/csnover/jquery into csnover-bug6242 | John Resig | 2010-12-06 | 1 | -6/+13 |
|\ |
|
| * | Fix memory leaks in IE caused by the custom abort function of $.ajax. Fixes b... | Colin Snover | 2010-12-03 | 1 | -6/+13 |
* | | Merge branch 'bug7531' of https://github.com/csnover/jquery into csnover-bug7531 | John Resig | 2010-12-06 | 1 | -1/+4 |
|\ \ |
|
| * | | Optimize for size instead of speed. | Colin Snover | 2010-11-17 | 1 | -1/+1 |
| * | | Coerce s.url to string before calling replace, since replace is also a method... | Colin Snover | 2010-11-17 | 1 | -1/+4 |
| |/ |
|
* / | Set cache to false as default for script or json requests. Fixes 7578. | Anton M | 2010-11-19 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'bug7422' of https://github.com/csnover/jquery into csnover-bug7422 | John Resig | 2010-11-09 | 1 | -4/+5 |
|\ |
|
| * | Ensure that AJAX requests are actually aborted in all browsers. Fix #7422. | Colin Snover | 2010-11-06 | 1 | -4/+5 |
* | | Make sure that when multiple variables are being declared that assignments ar... | John Resig | 2010-11-09 | 1 | -5/+6 |
|/ |
|
* | Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c4e98a6438e8f55b2. | John Resig | 2010-10-25 | 1 | -6/+0 |
* | Merge branch 'jquerymaster' of http://github.com/SlexAxton/jquery into SlexAx... | John Resig | 2010-10-25 | 1 | -1/+1 |
|\ |
|
| * | Forces lower case comparison of protocol and host when determining whether th... | Alex Sexton | 2010-10-20 | 1 | -1/+1 |
* | | Allow DELETE requests to have a content body, and properly serialize data to ... | dmethvin | 2010-10-25 | 1 | -4/+4 |
* | | Fixes #7229 and #5803 | rwldrn | 2010-10-24 | 1 | -0/+6 |
|/ |
|
* | Bringing back the change from 80a4178af9b12e6617bfcec818c538dfe08d3791, adapt... | John Resig | 2010-10-15 | 1 | -4/+4 |
* | Reverting commit 39addc87a37b32be19f2c58ec8babe752c0243e1 after a report of p... | jeresig | 2010-10-14 | 1 | -4/+4 |
* | Oops, still have jQuery.ajax.* on the brain. | jeresig | 2010-10-13 | 1 | -2/+2 |
* | Handle issue with two concurrent JSONP requests that use the same callback name. | Pinhook | 2010-10-13 | 1 | -4/+4 |
* | The world isn't ready for moving the Ajax methods to jQuery.ajax.*. Hope to m... | John Resig | 2010-10-11 | 1 | -28/+27 |
* | Merge branch 'bug7018' of http://github.com/csnover/jquery into csnover-bug7018 | John Resig | 2010-10-09 | 1 | -2/+4 |
|\ |
|
| * | Fix bug #7018. | Colin Snover | 2010-10-06 | 1 | -2/+4 |
* | | Name the try/catch arg to satisfy JSLint - thanks to @rwldrn in 873c28425fb64... | jeresig | 2010-10-09 | 1 | -2/+2 |
|/ |
|
* | Make sure we have a fallback when XMLHttpRequest is manually disabled. Fixes ... | John Resig | 2010-09-28 | 1 | -12/+24 |