aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax.js
Commit message (Expand)AuthorAgeFilesLines
* Moved jQuery.ajax.prefilter and jQuery.ajax.transport to jQuery.ajaxPrefilter...jaubourg2011-01-131-6/+7
* Fixes #4964. Adds a statusCode object together with a new statusCode method o...jaubourg2011-01-131-0/+27
* Cleans up statusText handling and simplifies 304 notmodified logic.jaubourg2011-01-131-13/+17
* Removes unnecessary variables and adds much needed comments into the data con...jaubourg2011-01-131-6/+28
* Fixes a regression by calling dataFilter with the second argument set as the ...jaubourg2011-01-131-1/+1
* Gets rid of a var statement by moving variable declarations up.jaubourg2011-01-131-3/+4
* AjaxSetup now uses deep extend internally to accomodate map structured options.jaubourg2011-01-121-1/+1
* Fixes 4825. jQuery.fn.load: use the jXHR's Promise interface to get the actua...jaubourg2011-01-111-5/+13
* Change embedded regexp to a variable (for #6876).Dave Methvin2011-01-091-2/+3
* Make it so prefilters get access to the original settings.jaubourg2011-01-091-1/+1
* Fixes #5955. Option crossDomain now forces ajax to consider a request as cros...jaubourg2011-01-091-6/+9
* Make sure prefilters have been called and transport has been selected before ...jaubourg2011-01-091-3/+3
* Fixes #7465. Reworked the regexp and associated test for cross-domain detecti...jaubourg2011-01-091-2/+7
* Fixes #7868. ResponseText is now properly propagated for error callbacks.jaubourg2011-01-091-0/+5
* Fixes #7881. Setting contentType to false will prevent the Content-Type heade...jaubourg2011-01-091-1/+1
* Renamed "complete" to "done" in order to avoid conflicts with jXHR.complete.jaubourg2011-01-061-2/+2
* Cleaning up trailing whitespace again.Colin Snover2011-01-051-122/+122
* "then" renamed "complete" and new "then" method defined using "complete" and ...jaubourg2011-01-051-2/+2
* When serializing text, encode all line breaks as CRLF pairs per the applicati...Dave Methvin2010-12-311-2/+2
* Revised conversion logic to handle converter equal to true properly.jaubourg2010-12-311-14/+19
* Introduced a new promise method on deferreds that returns an immutable object...jaubourg2010-12-311-3/+4
* Renamed several ajaxSettings options. Removed cors test, fixed failing cors t...jaubourg2010-12-311-11/+11
* Revised logic in data conversion to account for when dataFilter modifies the ...jaubourg2010-12-311-2/+2
* Removed re-usability from jXHR object (no more open, send & onreadystatechang...jaubourg2010-12-311-10/+576
* Removed dataCheckers, added true as possible value for dataConverters indicat...jaubourg2010-12-311-27/+2
* Changed dataConverters key format.unknown2010-12-311-20/+5
* Rewrote the data conversion logic in ajax. Should be cleaner and faster.jaubourg2010-12-311-2/+2
* Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the imp...jaubourg2010-12-311-2/+2
* Rewrote the data conversion logic in ajax. Should be cleaner and faster.jaubourg2010-12-311-7/+2
* Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the imp...jaubourg2010-12-311-6/+7
* Clean trailing whitespace from all files.Colin Snover2010-12-301-24/+24
* Removed unnecessary upper/lowercase, it's all just lowercase now (since $.aja...Ben Alman2010-12-261-2/+2
* WETness getting you down? Fear not, the $.get and $.post methods are now 866%...Ben Alman2010-12-261-22/+7
* Fix fix for #6481 introduced at 7862c45ad2f32096383a21b8b301155787724476 whic...Colin Snover2010-12-221-1/+3
* Fix the closure in ajax.js too.jaubourg2010-12-101-1/+1
* Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be fou...jaubourg2010-12-091-448/+123
* Merge branch 'bug6242' of https://github.com/csnover/jquery into csnover-bug6242John Resig2010-12-061-6/+13
|\
| * Fix memory leaks in IE caused by the custom abort function of $.ajax. Fixes b...Colin Snover2010-12-031-6/+13
* | Merge branch 'bug7531' of https://github.com/csnover/jquery into csnover-bug7531John Resig2010-12-061-1/+4
|\ \
| * | Optimize for size instead of speed.Colin Snover2010-11-171-1/+1
| * | Coerce s.url to string before calling replace, since replace is also a method...Colin Snover2010-11-171-1/+4
| |/
* / Set cache to false as default for script or json requests. Fixes 7578.Anton M2010-11-191-1/+1
|/
* Merge branch 'bug7422' of https://github.com/csnover/jquery into csnover-bug7422John Resig2010-11-091-4/+5
|\
| * Ensure that AJAX requests are actually aborted in all browsers. Fix #7422.Colin Snover2010-11-061-4/+5
* | Make sure that when multiple variables are being declared that assignments ar...John Resig2010-11-091-5/+6
|/
* Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c4e98a6438e8f55b2.John Resig2010-10-251-6/+0
* Merge branch 'jquerymaster' of http://github.com/SlexAxton/jquery into SlexAx...John Resig2010-10-251-1/+1
|\
| * Forces lower case comparison of protocol and host when determining whether th...Alex Sexton2010-10-201-1/+1
* | Allow DELETE requests to have a content body, and properly serialize data to ...dmethvin2010-10-251-4/+4
* | Fixes #7229 and #5803rwldrn2010-10-241-0/+6
|/