Renamed src/transports to src/ajax (in case we need prefilters in the future and...
[jquery.git] / src / ajax.js
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...
2010-03-01 jeresigMade some code tweaks related to running jQuery through...
2010-02-27 jeresigAdding in .bind(name, false), .unbind(name, false)...
2010-02-11 John ResigNo reason to expose the temporary _load method.
2010-02-06 Ben AlmanOk, this should actually fix #6041 :)
2010-02-06 jeresigMake sure that we don't try to double-encode params...
2010-01-25 Mike AlupProvided detailed message for JSON parse errors. Fixes...
2010-01-25 John ResigMake sure original context is maintained and not the...
2010-01-25 John ResigObjects with length properties weren't getting serializ...
2010-01-25 John ResigUse alternative technique for triggering an abort,...
2010-01-25 John ResigDon't set the context in .load() as it stops the global...
2010-01-23 jeresigExpose the JSON parsing logic. Fixes #5914.
2010-01-23 jeresigCentralize the logic for throwing exceptions. Fixes...
2010-01-16 John ResigMake sure regular settings object is set as context...
2010-01-13 jeresigMake sure that null params aren't traversed. Fixes...
2010-01-13 jeresigSend data if a DELETE Ajax request is done. Fixes ...
2010-01-13 jeresigMake sure that the xhr object still exists after the...
2010-01-12 jeresigMake sure oldAbort is only called if the xhr object...
2010-01-12 jeresigSimplified some of the logic for handling the ajax...
2010-01-12 jeresigajaxStop was getting called too many times, separated...
next