Revert portions of 7acb141ed7f2dedd950bb65acf878098640d081e that attempt to use a...
[jquery.git] / src / ajax.js
2011-02-07 jaubourgAdds jQuery collection to objects that will be used...
2011-02-07 jaubourgFixes a bug that prevented headers from being set in...
2011-02-04 jaubourgReformats logic for early abort in beforeSend to limit...
2011-02-04 jaubourgFixes abort in prefilter. No global event will be fired...
2011-02-04 jaubourgDisables dataType redirection while selecting transport.
2011-02-03 jaubourgAdds widget as the list of local protocols.
2011-02-03 jaubourgAdds support for more complex protocol by having the...
2011-02-03 jaubourgStores jQuery.ajaxSettings.isLocal locally at load...
2011-02-03 jaubourgFixes #7653. Changes regexp to detect local protocol...
2011-02-03 jaubourgFixes #8152 by applying the same special cases for...
2011-02-02 jaubourgFixes #8138. Access to document.location is made only...
2011-02-01 Anton KovalyovFixes #7945. Make jQuery.param() serialize plain object...
2011-02-01 jaubourgFixes #8115. Renames all references to jXHR with jqXHR...
2011-02-01 Dan HeberdenBug 8107; Fix argument handling for $.ajax for multiple...
2011-01-31 jaubourgFixes #8095. Properly handles the case where browser...
2011-01-31 jaubourgMakes sure all converters keys are lowercased before...
2011-01-31 jaubourgMakes sure options.context is used as the context for...
2011-01-31 Anton MFixes #7568. Follow-up fix for #5862. Objects with...
2011-01-31 jaubourgEnsures dataTypeExpressions are lowercased for prefilte...
2011-01-28 jaubourgCompatibility fixes in ajax: exceptions are no longer...
2011-01-26 jaubourgActually does what https://github.com/jquery/jquery...
2011-01-26 jaubourgPasses jXHR object as third argument of prefilters...
2011-01-26 jaubourgFixes #5866. Issue number in previous commit was wrong...
2011-01-26 jaubourgFixes #5856. Adds document protocol at the beginning...
2011-01-25 jaubourgReworks how values of parameters passed to error callba...
2011-01-24 jaubourgMakes prefilters and transport inspection more robust...
2011-01-23 jaubourgRevised internal implementation of ajaxPrefilter()...
2011-01-23 jaubourgMore code style fixes.
2011-01-23 jaubourgApply JQuery Core Style Guidelines to ajax.js and ajax...
2011-01-22 jaubourgRe-organizes ajax.js: prefilters and transports are...
2011-01-21 jaubourgReplaces "text in-between" technique with a full-fledge...
2011-01-20 jaubourgMoves determineResponse logic into main ajax callback...
2011-01-20 jaubourgRenames Deferred's fire and fireReject methods as resol...
2011-01-20 jaubourgRenames determineDataType as determineResponse. Makes...
2011-01-20 jaubourgRevises the way arguments are handled in ajax.
2011-01-20 jaubourgMakes sure statusCode callbacks are ordered in the...
2011-01-20 jaubourgCleans up and simplifies code shared by ajaxPrefilter...
2011-01-19 jaubourgMoves things around to make jsLint happier.
2011-01-19 jaubourgFixes crossDomain test so that it assumes port to be...
2011-01-19 jaubourgMoves determineDataType into ajaxSettings so that it...
2011-01-19 jaubourgRe-adds hastily removed variable and simplifies statusC...
2011-01-19 jaubourgUse undefined instead of 0 to deference transport for...
2011-01-19 jaubourgRemoves unnecessary test and ensures getResponseHeader...
2011-01-19 jaubourgRevised how context is determined and removed unnecessa...
2011-01-19 jaubourgMoved ajaxSettings.xhr definition together with support...
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...
next