git.asbjorn.biz
/
jquery.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Revised internal implementation of ajaxPrefilter() and ajaxTransport(). Everything...
[jquery.git]
/
src
/
ajax.js
2011-01-23
jaubourg
Revised internal implementation of ajaxPrefilter()...
blob
|
commitdiff
2011-01-23
jaubourg
More code style fixes.
blob
|
commitdiff
|
diff to current
2011-01-23
jaubourg
Apply JQuery Core Style Guidelines to ajax.js and ajax...
blob
|
commitdiff
|
diff to current
2011-01-22
jaubourg
Re-organizes ajax.js: prefilters and transports are...
blob
|
commitdiff
|
diff to current
2011-01-21
jaubourg
Replaces "text in-between" technique with a full-fledge...
blob
|
commitdiff
|
diff to current
2011-01-20
jaubourg
Moves determineResponse logic into main ajax callback...
blob
|
commitdiff
|
diff to current
2011-01-20
jaubourg
Renames Deferred's fire and fireReject methods as resol...
blob
|
commitdiff
|
diff to current
2011-01-20
jaubourg
Renames determineDataType as determineResponse. Makes...
blob
|
commitdiff
|
diff to current
2011-01-20
jaubourg
Revises the way arguments are handled in ajax.
blob
|
commitdiff
|
diff to current
2011-01-20
jaubourg
Makes sure statusCode callbacks are ordered in the...
blob
|
commitdiff
|
diff to current
2011-01-20
jaubourg
Cleans up and simplifies code shared by ajaxPrefilter...
blob
|
commitdiff
|
diff to current
2011-01-19
jaubourg
Moves things around to make jsLint happier.
blob
|
commitdiff
|
diff to current
2011-01-19
jaubourg
Fixes crossDomain test so that it assumes port to be...
blob
|
commitdiff
|
diff to current
2011-01-19
jaubourg
Moves determineDataType into ajaxSettings so that it...
blob
|
commitdiff
|
diff to current
2011-01-19
jaubourg
Re-adds hastily removed variable and simplifies statusC...
blob
|
commitdiff
|
diff to current
2011-01-19
jaubourg
Use undefined instead of 0 to deference transport for...
blob
|
commitdiff
|
diff to current
2011-01-19
jaubourg
Removes unnecessary test and ensures getResponseHeader...
blob
|
commitdiff
|
diff to current
2011-01-19
jaubourg
Revised how context is determined and removed unnecessa...
blob
|
commitdiff
|
diff to current
2011-01-19
jaubourg
Moved ajaxSettings.xhr definition together with support...
blob
|
commitdiff
|
diff to current
2011-01-16
jaubourg
Makes it so a prefilter can change the type of a request.
blob
|
commitdiff
|
diff to current
2011-01-16
jaubourg
Removed internal dataTypes option and added headers...
blob
|
commitdiff
|
diff to current
2011-01-16
jaubourg
Fixes #2994. Not finding a transport now fires the...
blob
|
commitdiff
|
diff to current
2011-01-13
jaubourg
Moved jQuery.ajax.prefilter and jQuery.ajax.transport...
blob
|
commitdiff
|
diff to current
2011-01-13
jaubourg
Fixes #4964. Adds a statusCode object together with...
blob
|
commitdiff
|
diff to current
2011-01-13
jaubourg
Cleans up statusText handling and simplifies 304 notmod...
blob
|
commitdiff
|
diff to current
2011-01-13
jaubourg
Removes unnecessary variables and adds much needed...
blob
|
commitdiff
|
diff to current
2011-01-12
jaubourg
Fixes a regression by calling dataFilter with the secon...
blob
|
commitdiff
|
diff to current
2011-01-12
jaubourg
Gets rid of a var statement by moving variable declarat...
blob
|
commitdiff
|
diff to current
2011-01-12
jaubourg
AjaxSetup now uses deep extend internally to accomodate...
blob
|
commitdiff
|
diff to current
2011-01-11
jaubourg
Fixes 4825. jQuery.fn.load: use the jXHR's Promise...
blob
|
commitdiff
|
diff to current
2011-01-09
Dave Methvin
Change embedded regexp to a variable (for #6876).
blob
|
commitdiff
|
diff to current
2011-01-09
jaubourg
Make it so prefilters get access to the original settings.
blob
|
commitdiff
|
diff to current
2011-01-09
jaubourg
Fixes #5955. Option crossDomain now forces ajax to...
blob
|
commitdiff
|
diff to current
2011-01-09
jaubourg
Make sure prefilters have been called and transport...
blob
|
commitdiff
|
diff to current
2011-01-09
jaubourg
Fixes #7465. Reworked the regexp and associated test...
blob
|
commitdiff
|
diff to current
2011-01-09
jaubourg
Fixes #7868. ResponseText is now properly propagated...
blob
|
commitdiff
|
diff to current
2011-01-09
jaubourg
Fixes #7881. Setting contentType to false will prevent...
blob
|
commitdiff
|
diff to current
2011-01-06
jaubourg
Renamed "complete" to "done" in order to avoid conflict...
blob
|
commitdiff
|
diff to current
2011-01-05
Colin Snover
Cleaning up trailing whitespace again.
blob
|
commitdiff
|
diff to current
2011-01-05
jaubourg
"then" renamed "complete" and new "then" method defined...
blob
|
commitdiff
|
diff to current
2010-12-31
Dave Methvin
When serializing text, encode all line breaks as CRLF...
blob
|
commitdiff
|
diff to current
2010-12-31
jaubourg
Revised conversion logic to handle converter equal...
blob
|
commitdiff
|
diff to current
2010-12-31
jaubourg
Introduced a new promise method on deferreds that retur...
blob
|
commitdiff
|
diff to current
2010-12-31
jaubourg
Renamed several ajaxSettings options. Removed cors...
blob
|
commitdiff
|
diff to current
2010-12-31
jaubourg
Revised logic in data conversion to account for when...
blob
|
commitdiff
|
diff to current
2010-12-31
jaubourg
Removed re-usability from jXHR object (no more open...
blob
|
commitdiff
|
diff to current
2010-12-31
jaubourg
Removed dataCheckers, added true as possible value...
blob
|
commitdiff
|
diff to current
2010-12-31
unknown
Changed dataConverters key format.
blob
|
commitdiff
|
diff to current
2010-12-31
jaubourg
Rewrote the data conversion logic in ajax. Should be...
blob
|
commitdiff
|
diff to current
2010-12-31
jaubourg
Renamed jQuery.xhr.bindTransport as jQuery.xhr.transpor...
blob
|
commitdiff
|
diff to current
2010-12-31
jaubourg
Rewrote the data conversion logic in ajax. Should be...
blob
|
commitdiff
|
diff to current
2010-12-31
jaubourg
Renamed jQuery.xhr.bindTransport as jQuery.xhr.transpor...
blob
|
commitdiff
|
diff to current
2010-12-30
Colin Snover
Clean trailing whitespace from all files.
blob
|
commitdiff
|
diff to current
2010-12-29
jaubourg
Revised conversion logic to handle converter equal...
blob
|
commitdiff
|
diff to current
2010-12-28
jaubourg
Introduced a new promise method on deferreds that retur...
blob
|
commitdiff
|
diff to current
2010-12-28
jaubourg
Renamed several ajaxSettings options. Removed cors...
blob
|
commitdiff
|
diff to current
2010-12-28
jaubourg
Merge branch 'master' of github.com:jquery/jquery into...
blob
|
commitdiff
|
diff to current
2010-12-26
Ben Alman
Removed unnecessary upper/lowercase, it's all just...
blob
|
commitdiff
|
diff to current
2010-12-26
Ben Alman
WETness getting you down? Fear not, the $.get and ...
blob
|
commitdiff
|
diff to current
2010-12-25
jaubourg
Revised logic in data conversion to account for when...
blob
|
commitdiff
|
diff to current
2010-12-25
jaubourg
Removed re-usability from jXHR object (no more open...
blob
|
commitdiff
|
diff to current
2010-12-25
jaubourg
Removed dataCheckers, added true as possible value...
blob
|
commitdiff
|
diff to current
2010-12-24
unknown
Changed dataConverters key format.
blob
|
commitdiff
|
diff to current
2010-12-24
jaubourg
Rewrote the data conversion logic in ajax. Should be...
blob
|
commitdiff
|
diff to current
2010-12-24
jaubourg
Renamed jQuery.xhr.bindTransport as jQuery.xhr.transpor...
blob
|
commitdiff
|
diff to current
2010-12-23
Colin Snover
Fix fix for #6481 introduced at 7862c45ad2f32096383a21b...
blob
|
commitdiff
|
diff to current
2010-12-21
jaubourg
Rewrote the data conversion logic in ajax. Should be...
blob
|
commitdiff
|
diff to current
2010-12-21
jaubourg
Renamed jQuery.xhr.bindTransport as jQuery.xhr.transpor...
blob
|
commitdiff
|
diff to current
2010-12-10
jaubourg
Fix the closure in ajax.js too.
blob
|
commitdiff
|
diff to current
2010-12-09
jaubourg
Rewrite of the Ajax module by Julian Aubourg. Some...
blob
|
commitdiff
|
diff to current
2010-12-06
John Resig
Merge branch 'bug6242' of https://github.com/csnover...
blob
|
commitdiff
|
diff to current
2010-12-06
John Resig
Merge branch 'bug7531' of https://github.com/csnover...
blob
|
commitdiff
|
diff to current
2010-12-03
Colin Snover
Fix memory leaks in IE caused by the custom abort funct...
blob
|
commitdiff
|
diff to current
2010-11-19
Anton M
Set cache to false as default for script or json reques...
blob
|
commitdiff
|
diff to current
2010-11-17
Colin Snover
Optimize for size instead of speed.
blob
|
commitdiff
|
diff to current
2010-11-17
Colin Snover
Coerce s.url to string before calling replace, since...
blob
|
commitdiff
|
diff to current
2010-11-09
John Resig
Merge branch 'bug7422' of https://github.com/csnover...
blob
|
commitdiff
|
diff to current
2010-11-09
John Resig
Make sure that when multiple variables are being declar...
blob
|
commitdiff
|
diff to current
2010-11-06
Colin Snover
Ensure that AJAX requests are actually aborted in all...
blob
|
commitdiff
|
diff to current
2010-10-26
John Resig
Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c...
blob
|
commitdiff
|
diff to current
2010-10-25
John Resig
Merge branch 'jquerymaster' of github.com/SlexAxton...
blob
|
commitdiff
|
diff to current
2010-10-25
dmethvin
Allow DELETE requests to have a content body, and prope...
blob
|
commitdiff
|
diff to current
2010-10-24
rwldrn
Fixes #7229 and #5803
blob
|
commitdiff
|
diff to current
2010-10-21
Alex Sexton
Forces lower case comparison of protocol and host when...
blob
|
commitdiff
|
diff to current
2010-10-15
John Resig
Bringing back the change from 80a4178af9b12e6617bfcec81...
blob
|
commitdiff
|
diff to current
2010-10-15
jeresig
Reverting commit 39addc87a37b32be19f2c58ec8babe752c0243...
blob
|
commitdiff
|
diff to current
2010-10-14
jeresig
Oops, still have jQuery.ajax.* on the brain.
blob
|
commitdiff
|
diff to current
2010-10-13
Pinhook
Handle issue with two concurrent JSONP requests that...
blob
|
commitdiff
|
diff to current
2010-10-11
John Resig
The world isn't ready for moving the Ajax methods to...
blob
|
commitdiff
|
diff to current
2010-10-09
John Resig
Merge branch 'bug7018' of github.com/csnover/jquery...
blob
|
commitdiff
|
diff to current
2010-10-09
jeresig
Name the try/catch arg to satisfy JSLint - thanks to...
blob
|
commitdiff
|
diff to current
2010-10-06
Colin Snover
Fix bug #7018.
blob
|
commitdiff
|
diff to current
2010-09-28
John Resig
Make sure we have a fallback when XMLHttpRequest is...
blob
|
commitdiff
|
diff to current
2010-09-27
jeresig
Merge branch 'master' of github.com/aakoch/jquery into...
blob
|
commitdiff
|
diff to current
2010-09-24
Dave Methvin
Make sure that requests without a body don't set conten...
blob
|
commitdiff
|
diff to current
2010-09-24
Dave Methvin
Report correct Error object to handleError. Part of...
blob
|
commitdiff
|
diff to current
2010-09-24
jeresig
Merge branch 'master' of github.com:jquery/jquery
blob
|
commitdiff
|
diff to current
2010-09-24
Dave Methvin
Use origSettings.context unless it's undefined; for...
blob
|
commitdiff
|
diff to current
2010-09-24
dmethvin
For JSON and script requests, set the scriptCharset...
blob
|
commitdiff
|
diff to current
2010-09-24
Heungsub Lee
Added a default quality of `*/*` for content negotiation.
blob
|
commitdiff
|
diff to current
next