git.asbjorn.biz
/
jquery.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
adding pull command
2011-03-15
jaubourg
Fixes #8509. Makes URL regexp less overzealous and...
commit
|
commitdiff
|
tree
2011-03-06
jaubourg
Fixes #8423. Never set X-Requested-With header automagically...
commit
|
commitdiff
|
tree
2011-03-03
jaubourg
Moves Deferred-related code into a separate module...
commit
|
commitdiff
|
tree
2011-03-03
jaubourg
Fix for #8421. Makes sure resolveWith can be called...
commit
|
commitdiff
|
tree
2011-02-24
jaubourg
Removes unnecessary parenthesis from regular expression.
commit
|
commitdiff
|
tree
2011-02-23
jaubourg
Revert "Fixes #8353. Adds a catch block in resolveWith...
commit
|
commitdiff
|
tree
2011-02-23
jaubourg
Refactors jQuery.when to avoid unnecessary recursion...
commit
|
commitdiff
|
tree
2011-02-23
jaubourg
Fixes #8353. Adds a catch block in resolveWith so that...
commit
|
commitdiff
|
tree
2011-02-21
jaubourg
Makes the promise method of Deferreds a bit more readable...
commit
|
commitdiff
|
tree
2011-02-18
jaubourg
Revert "Adds an invert method to promises that returns...
commit
|
commitdiff
|
tree
2011-02-17
jaubourg
Fixes #8297. Makes sure response headers with empty...
commit
|
commitdiff
|
tree
2011-02-15
jaubourg
Fixes #8277. Sets data to undefined rather than null...
commit
|
commitdiff
|
tree
2011-02-12
jaubourg
Enhances ajaxSetup so that it can take an optional...
commit
|
commitdiff
|
tree
2011-02-12
jaubourg
Pulls out the callback function in setRequestHeader...
commit
|
commitdiff
|
tree
2011-02-11
jaubourg
Minor changes to enforce JQuery Core Style Guidelines.
commit
|
commitdiff
|
tree
2011-02-11
jaubourg
Adds missing crossDomain test.
commit
|
commitdiff
|
tree
2011-02-11
jaubourg
Fixes #8245. Ajax now ensures header names are capitalized...
commit
|
commitdiff
|
tree
2011-02-11
jaubourg
Simplifies status normalization in xhr transport. Local...
commit
|
commitdiff
|
tree
2011-02-09
jaubourg
Replaces jQuery.each loop for headers with a foreach...
commit
|
commitdiff
|
tree
2011-02-09
jaubourg
Fixes #8219. Introduces the mimeType option to override...
commit
|
commitdiff
|
tree
2011-02-09
jaubourg
Makes local filesystem test for ajax more insightful.
commit
|
commitdiff
|
tree
2011-02-09
jaubourg
Makes sure statusText always defaults to "error".
commit
|
commitdiff
|
tree
2011-02-07
jaubourg
Adds jQuery collection to objects that will be used...
commit
|
commitdiff
|
tree
2011-02-07
jaubourg
Fixes a bug that prevented headers from being set in...
commit
|
commitdiff
|
tree
2011-02-07
jaubourg
Makes sure xhrs are actually aborted on unload in IE...
commit
|
commitdiff
|
tree
2011-02-05
jaubourg
Fixes #8177. XHR transport now considers 304 Not Modified...
commit
|
commitdiff
|
tree
2011-02-05
jaubourg
Fixes a typo in the title of the load() unit test.
commit
|
commitdiff
|
tree
2011-02-04
jaubourg
Reformats logic for early abort in beforeSend to limit...
commit
|
commitdiff
|
tree
2011-02-04
jaubourg
Fixes abort in prefilter. No global event will be fired...
commit
|
commitdiff
|
tree
2011-02-04
jaubourg
Disables dataType redirection while selecting transport.
commit
|
commitdiff
|
tree
2011-02-03
jaubourg
Adds widget as the list of local protocols.
commit
|
commitdiff
|
tree
2011-02-03
jaubourg
Don't use a local copy of jQuery.ajaxSettings.isLocal...
commit
|
commitdiff
|
tree
2011-02-03
jaubourg
Adds support for more complex protocol by having the...
commit
|
commitdiff
|
tree
2011-02-03
jaubourg
Stores jQuery.ajaxSettings.isLocal locally at load...
commit
|
commitdiff
|
tree
2011-02-03
jaubourg
Fixes #7653. Changes regexp to detect local protocol...
commit
|
commitdiff
|
tree
2011-02-03
jaubourg
Fixes #8146. Custom fields in xhrFields are now set...
commit
|
commitdiff
|
tree
2011-02-03
jaubourg
Fixes #8152 by applying the same special cases for...
commit
|
commitdiff
|
tree
2011-02-02
jaubourg
Fixes #8146 by introducing the xhrFields option with...
commit
|
commitdiff
|
tree
2011-02-02
jaubourg
Fixes #8138. Access to document.location is made only...
commit
|
commitdiff
|
tree
2011-02-02
jaubourg
Fixes #8135. Makes sure any exception thrown by Firefox...
commit
|
commitdiff
|
tree
2011-02-01
jaubourg
Fixes #8125. Status is set to 200 for requests with...
commit
|
commitdiff
|
tree
2011-02-01
jaubourg
Fixes #8115. Renames all references to jXHR with jqXHR...
commit
|
commitdiff
|
tree
2011-02-01
jaubourg
Places multiple signature test after all primary callbacks...
commit
|
commitdiff
|
tree
2011-01-31
jaubourg
Fixes #8095. Properly handles the case where browser...
commit
|
commitdiff
|
tree
2011-01-31
jaubourg
Script dataType now supports ecmascript mimetypes.
commit
|
commitdiff
|
tree
2011-01-31
jaubourg
Makes sure jsonp callback is not left in the global...
commit
|
commitdiff
|
tree
2011-01-31
jaubourg
Makes sure all converters keys are lowercased before...
commit
|
commitdiff
|
tree
2011-01-31
jaubourg
Makes sure options.context is used as the context for...
commit
|
commitdiff
|
tree
2011-01-31
jaubourg
Adds an invert method to promises that returns a "inverted...
commit
|
commitdiff
|
tree
2011-01-31
jaubourg
Removed errorThrown test for 404 responses seeing as...
commit
|
commitdiff
|
tree
2011-01-31
jaubourg
Ensures dataTypeExpressions are lowercased for prefilters...
commit
|
commitdiff
|
tree
2011-01-29
jaubourg
Simplifies the unit test for #8082.
commit
|
commitdiff
|
tree
2011-01-29
jaubourg
Fixes #8082. Text to script converter now returns text...
commit
|
commitdiff
|
tree
2011-01-29
jaubourg
Fixes potential collisions between jsonp requests from...
commit
|
commitdiff
|
tree
2011-01-28
jaubourg
Compatibility fixes in ajax: exceptions are no longer...
commit
|
commitdiff
|
tree
2011-01-26
jaubourg
Merge branch 'master' of github.com:jquery/jquery
commit
|
commitdiff
|
tree
2011-01-26
jaubourg
Actually does what https://github.com/jquery/jquery...
commit
|
commitdiff
|
tree
2011-01-26
jaubourg
Passes jXHR object as third argument of prefilters...
commit
|
commitdiff
|
tree
2011-01-26
jaubourg
Fixes #5866. Issue number in previous commit was wrong...
commit
|
commitdiff
|
tree
2011-01-26
jaubourg
Fixes #5856. Adds document protocol at the beginning...
commit
|
commitdiff
|
tree
2011-01-25
jaubourg
Fixes #8054 by reverting feature enhancement 5812 ...
commit
|
commitdiff
|
tree
2011-01-25
jaubourg
Reworks how values of parameters passed to error callbacks...
commit
|
commitdiff
|
tree
2011-01-24
jaubourg
Makes prefilters and transport inspection more robust...
commit
|
commitdiff
|
tree
2011-01-23
jaubourg
Revised internal implementation of ajaxPrefilter()...
commit
|
commitdiff
|
tree
2011-01-23
jaubourg
More code style fixes.
commit
|
commitdiff
|
tree
2011-01-23
jaubourg
Apply JQuery Core Style Guidelines to ajax.js and ajax...
commit
|
commitdiff
|
tree
2011-01-23
jaubourg
Fixes some coding style issues in core.js. In jQuery...
commit
|
commitdiff
|
tree
2011-01-22
jaubourg
Re-organizes ajax.js: prefilters and transports are...
commit
|
commitdiff
|
tree
2011-01-21
jaubourg
Replaces "text in-between" technique with a full-fledged...
commit
|
commitdiff
|
tree
2011-01-20
jaubourg
Moves determineResponse logic into main ajax callback...
commit
|
commitdiff
|
tree
2011-01-20
jaubourg
Removes misleading comment.
commit
|
commitdiff
|
tree
2011-01-20
jaubourg
Merge branch 'master' of github.com:jquery/jquery
commit
|
commitdiff
|
tree
2011-01-20
jaubourg
Renames Deferred's fire and fireReject methods as resolveWit...
commit
|
commitdiff
|
tree
2011-01-20
jaubourg
Renames determineDataType as determineResponse. Makes...
commit
|
commitdiff
|
tree
2011-01-20
jaubourg
Revises the way arguments are handled in ajax.
commit
|
commitdiff
|
tree
2011-01-20
jaubourg
Makes sure statusCode callbacks are ordered in the...
commit
|
commitdiff
|
tree
2011-01-20
jaubourg
Cleans up and simplifies code shared by ajaxPrefilter...
commit
|
commitdiff
|
tree
2011-01-19
jaubourg
Moves active counter test after all other ajax tests...
commit
|
commitdiff
|
tree
2011-01-19
jaubourg
Moves things around to make jsLint happier.
commit
|
commitdiff
|
tree
2011-01-19
jaubourg
Fixes crossDomain test so that it assumes port to be...
commit
|
commitdiff
|
tree
2011-01-19
jaubourg
Moves determineDataType into ajaxSettings so that it...
commit
|
commitdiff
|
tree
2011-01-19
jaubourg
Re-adds hastily removed variable and simplifies statusCode...
commit
|
commitdiff
|
tree
2011-01-19
jaubourg
Use undefined instead of 0 to deference transport for...
commit
|
commitdiff
|
tree
2011-01-19
jaubourg
Removes unnecessary test and ensures getResponseHeader...
commit
|
commitdiff
|
tree
2011-01-19
jaubourg
Revised how context is determined and removed unnecessary...
commit
|
commitdiff
|
tree
2011-01-19
jaubourg
Moved ajaxSettings.xhr definition together with support...
commit
|
commitdiff
|
tree
2011-01-17
jaubourg
Added unit tests to check and demonstrate new jQuery...
commit
|
commitdiff
|
tree
2011-01-16
jaubourg
Put the split to get the list of promise methods out...
commit
|
commitdiff
|
tree
2011-01-16
jaubourg
Implements joined jQuery.when statements. Makes it...
commit
|
commitdiff
|
tree
2011-01-16
jaubourg
Fixed the ajax test regarding the jsonp option set...
commit
|
commitdiff
|
tree
2011-01-16
jaubourg
Revised jsonp unit tests and added a test for when...
commit
|
commitdiff
|
tree
2011-01-16
jaubourg
Setting the jsonp option to false now inhibits any...
commit
|
commitdiff
|
tree
2011-01-16
jaubourg
The script prefilter now forces cross-domain requests...
commit
|
commitdiff
|
tree
2011-01-16
jaubourg
Makes it so a prefilter can change the type of a request.
commit
|
commitdiff
|
tree
2011-01-16
jaubourg
Removed internal dataTypes option and added headers...
commit
|
commitdiff
|
tree
2011-01-16
jaubourg
Fixes #2994. Not finding a transport now fires the...
commit
|
commitdiff
|
tree
2011-01-13
jaubourg
Moved jQuery.ajax.prefilter and jQuery.ajax.transport...
commit
|
commitdiff
|
tree
2011-01-13
jaubourg
Fixes #4964. Adds a statusCode object together with...
commit
|
commitdiff
|
tree
2011-01-13
jaubourg
Removed xhr pooling since failing cross-domain requests...
commit
|
commitdiff
|
tree
2011-01-13
jaubourg
Reworked script and xhr abort logic to take advantage...
commit
|
commitdiff
|
tree
next