Setting the jsonp option to false now inhibits any url manipulation regarding the...
[jquery.git] / src / ajax.js
2011-01-16 jaubourgMakes it so a prefilter can change the type of a request.
2011-01-16 jaubourgRemoved internal dataTypes option and added headers...
2011-01-16 jaubourgFixes #2994. Not finding a transport now fires the...
2011-01-13 jaubourgMoved jQuery.ajax.prefilter and jQuery.ajax.transport...
2011-01-13 jaubourgFixes #4964. Adds a statusCode object together with...
2011-01-13 jaubourgCleans up statusText handling and simplifies 304 notmod...
2011-01-13 jaubourgRemoves unnecessary variables and adds much needed...
2011-01-12 jaubourgFixes a regression by calling dataFilter with the secon...
2011-01-12 jaubourgGets rid of a var statement by moving variable declarat...
2011-01-12 jaubourgAjaxSetup now uses deep extend internally to accomodate...
2011-01-11 jaubourgFixes 4825. jQuery.fn.load: use the jXHR's Promise...
2011-01-09 Dave MethvinChange embedded regexp to a variable (for #6876).
2011-01-09 jaubourgMake it so prefilters get access to the original settings.
2011-01-09 jaubourgFixes #5955. Option crossDomain now forces ajax to...
2011-01-09 jaubourgMake sure prefilters have been called and transport...
2011-01-09 jaubourgFixes #7465. Reworked the regexp and associated test...
2011-01-09 jaubourgFixes #7868. ResponseText is now properly propagated...
2011-01-09 jaubourgFixes #7881. Setting contentType to false will prevent...
2011-01-06 jaubourgRenamed "complete" to "done" in order to avoid conflict...
2011-01-05 Colin SnoverCleaning up trailing whitespace again.
2011-01-05 jaubourg"then" renamed "complete" and new "then" method defined...
2010-12-31 Dave MethvinWhen serializing text, encode all line breaks as CRLF...
2010-12-31 jaubourgRevised conversion logic to handle converter equal...
2010-12-31 jaubourgIntroduced a new promise method on deferreds that retur...
2010-12-31 jaubourgRenamed several ajaxSettings options. Removed cors...
2010-12-31 jaubourgRevised logic in data conversion to account for when...
2010-12-31 jaubourgRemoved re-usability from jXHR object (no more open...
2010-12-31 jaubourgRemoved dataCheckers, added true as possible value...
2010-12-31 unknownChanged dataConverters key format.
2010-12-31 jaubourgRewrote the data conversion logic in ajax. Should be...
2010-12-31 jaubourgRenamed jQuery.xhr.bindTransport as jQuery.xhr.transpor...
2010-12-31 jaubourgRewrote the data conversion logic in ajax. Should be...
2010-12-31 jaubourgRenamed jQuery.xhr.bindTransport as jQuery.xhr.transpor...
2010-12-30 Colin SnoverClean trailing whitespace from all files.
2010-12-29 jaubourgRevised conversion logic to handle converter equal...
2010-12-28 jaubourgIntroduced a new promise method on deferreds that retur...
2010-12-28 jaubourgRenamed several ajaxSettings options. Removed cors...
2010-12-28 jaubourgMerge branch 'master' of github.com:jquery/jquery into...
2010-12-26 Ben AlmanRemoved unnecessary upper/lowercase, it's all just...
2010-12-26 Ben AlmanWETness getting you down? Fear not, the $.get and ...
2010-12-25 jaubourgRevised logic in data conversion to account for when...
2010-12-25 jaubourgRemoved re-usability from jXHR object (no more open...
2010-12-25 jaubourgRemoved dataCheckers, added true as possible value...
2010-12-24 unknownChanged dataConverters key format.
2010-12-24 jaubourgRewrote the data conversion logic in ajax. Should be...
2010-12-24 jaubourgRenamed jQuery.xhr.bindTransport as jQuery.xhr.transpor...
2010-12-23 Colin SnoverFix fix for #6481 introduced at 7862c45ad2f32096383a21b...
2010-12-21 jaubourgRewrote the data conversion logic in ajax. Should be...
2010-12-21 jaubourgRenamed jQuery.xhr.bindTransport as jQuery.xhr.transpor...
2010-12-10 jaubourgFix the closure in ajax.js too.
2010-12-09 jaubourgRewrite of the Ajax module by Julian Aubourg. Some...
2010-12-06 John ResigMerge branch 'bug6242' of https://github.com/csnover...
2010-12-06 John ResigMerge branch 'bug7531' of https://github.com/csnover...
2010-12-03 Colin SnoverFix memory leaks in IE caused by the custom abort funct...
2010-11-19 Anton MSet cache to false as default for script or json reques...
2010-11-17 Colin SnoverOptimize for size instead of speed.
2010-11-17 Colin SnoverCoerce s.url to string before calling replace, since...
2010-11-09 John ResigMerge branch 'bug7422' of https://github.com/csnover...
2010-11-09 John ResigMake sure that when multiple variables are being declar...
2010-11-06 Colin SnoverEnsure that AJAX requests are actually aborted in all...
2010-10-26 John ResigBacking out fix for #5803 from 3b50eaca2cd0b1439235e39c...
2010-10-25 John ResigMerge branch 'jquerymaster' of github.com/SlexAxton...
2010-10-25 dmethvinAllow DELETE requests to have a content body, and prope...
2010-10-24 rwldrnFixes #7229 and #5803
2010-10-21 Alex SextonForces lower case comparison of protocol and host when...
2010-10-15 John ResigBringing back the change from 80a4178af9b12e6617bfcec81...
2010-10-15 jeresigReverting commit 39addc87a37b32be19f2c58ec8babe752c0243...
2010-10-14 jeresigOops, still have jQuery.ajax.* on the brain.
2010-10-13 PinhookHandle issue with two concurrent JSONP requests that...
2010-10-11 John ResigThe world isn't ready for moving the Ajax methods to...
2010-10-09 John ResigMerge branch 'bug7018' of github.com/csnover/jquery...
2010-10-09 jeresigName the try/catch arg to satisfy JSLint - thanks to...
2010-10-06 Colin SnoverFix bug #7018.
2010-09-28 John ResigMake sure we have a fallback when XMLHttpRequest is...
2010-09-27 jeresigMerge branch 'master' of github.com/aakoch/jquery into...
2010-09-24 Dave MethvinMake sure that requests without a body don't set conten...
2010-09-24 Dave MethvinReport correct Error object to handleError. Part of...
2010-09-24 jeresigMerge branch 'master' of github.com:jquery/jquery
2010-09-24 Dave MethvinUse origSettings.context unless it's undefined; for...
2010-09-24 dmethvinFor JSON and script requests, set the scriptCharset...
2010-09-24 Heungsub LeeAdded a default quality of `*/*` for content negotiation.
2010-09-24 temp01Serialize keys with empty arrays/object values in jQuer...
2010-09-24 unknownRemoving the second capture group. After the changes...
2010-09-22 jeresigAllow # urls to contain #. Thanks to @alvopass in f9f9e...
2010-09-22 John ResigMake sure that #... are trimmed from Ajax request URLs...
2010-09-22 jeresigApplied the RegExp issues reported by Jeff Robinson...
2010-09-21 John ResigScratch that, just punting on Opera and 304s for now...
2010-09-21 John ResigUse a different workaround for detecting when Opera...
2010-09-13 John ResigAdd a flag to verify if a browser supports some form...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-06-20 jeresigMade it so that you no longer need to build jQuery...
2010-06-15 jeresigFixing request data param issue. Thanks to mislav for...
2010-06-15 jeresigTweak spacing from last commit.
2010-06-15 malsupFix for http://dev.jquery.com/ticket/6451
2010-03-23 jeresigMade it so that you no longer need to build jQuery...
2010-03-02 jeresigMoving more properties onto jQuery.ajax, also copy...
2010-03-02 jeresigMore changes to get jQuery in line with JSLint.
2010-03-02 jeresigWe don't want to increment the Ajax counter if there...
2010-03-01 jeresigLand some additional tweaks related to running through...
next