emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] branch elpa/request created (now 0183da8)


From: ELPA Syncer
Subject: [nongnu] branch elpa/request created (now 0183da8)
Date: Sun, 27 Dec 2020 17:57:11 -0500 (EST)

elpasync pushed a change to branch elpa/request.

        at  0183da8   include 'make compile' in 'make test'

This branch includes the following new commits:

       new  697c901   Copy ein:query and rename symbols
       new  c9a7eb0   Add testing framework and fix bugs
       new  9f8e992   Fix docstring for request function
       new  13c8c29   Add request-method-alist
       new  a29b6b2   Implement curl method
       new  31532aa   Fix :data argument for request--curl
       new  d83cc83   Check method name in test
       new  d1492c8   Add test request-simple-post (it hangs)
       new  09276c8   Fix request-testing-sync, so that test terminates
       new  ec20c51   Add --port option to testserver.py
       new  0925bcc   Fix testserver.py
       new  84e1e4d   Fix POST method for url-retrieve
       new  7c067bd   Add new test request-simple-put
       new  37e88df   Fix request--curl
       new  834223b   Rename: s/request-method/request-backend/s
       new  ba5e1c9   Generate unique buffer for curl
       new  1a0d6e8   Change unit of timeout to second
       new  cd547cf   Add logging system
       new  961f403   Add Makefile to automate testing
       new  8ec139b   Run tests for all backends
       new  74d7da1   More assertions in tests
       new  ec5ae3d   Fix the previously failing test: use --data-binary
       new  7773e9c   Simplify request--curl / add more log
       new  8f56dd0   Parse response code for curl
       new  25923ea   Refactor request--callback
       new  41ff67f   Improve request-log
       new  8e874de   Fix default error wording
       new  e59a615   Rewrite testserver.py using Flask
       new  c4d5afd   Fix request--curl-command for when headers are given
       new  18941c7   Fix a bug with port-finding and Flask's reloader
       new  e3dedf6   Add quick snippets for interactive testing
       new  83ed226   Do not use reloader when running automated test
       new  4cf2e98   Simplify testserver.report
       new  16ba2ee   Stop request-testing-stop-server
       new  7ef2442   Tweak keys of dict returned by testserver.report
       new  2a512c1   Add test request-simple-delete
       new  c08e997   Add test request-simple-put-json
       new  5812819   Add testserver.page_redirect
       new  19b9ecb   Handle redirection in curl
       new  ce055b6   Explain the strategy for redirection using curl
       new  88b6547   Add a test for redirection
       new  792aeff   Fix key for STATUS: :redirect-to -> redirect
       new  9a785ca   Workaround a bug in url-retrieve for redirection test
       new  323e659   Merge branch 'redirection'
       new  9799f55   Move around tests and add section header
       new  0b382dc   No "No server is running!" when compiling
       new  08c4db8   Treat error from request--curl-preprocess gracefully
       new  6e407ea   Remove "see `url-...'" from docstring
       new  c8a4444   Add request-response object and re-design callback API
       new  8f8a5d4   Use response object for url-retrieve backend
       new  13adf78   Remove redundant request process property from curl 
backend
       new  c280769   Remove response-status from callback argument
       new  b7cbfa0   Simplify status-code-callback
       new  0ccf702   Support error-thrown callback argument
       new  fc030d4   Remove status argument from callback
       new  c6484db   Add request-response-data field to request-response object
       new  e115774   Add request-response-redirects to get a list of URL
       new  f26b1b9   Remove request-response-status-text
       new  75cce4f   Merge branch 'response-object'
       new  21fcf26   Add a test request-get-code-success
       new  52e1b3e   Add tests request-get-code-client/server-error
       new  fa4347d   Comment on request-deferred
       new  e3b23f6   Add COMPLETE callback
       new  b285432   Fix failing tests; safer request--safe-apply
       new  0769ea4   request-deferred returns response object now
       new  6735808   Fix tests: adapt change in request-deferred
       new  5146661   Remove repeating request-testing-url from test-request.el
       new  399749d   Make request-testing--url private to request-testing.el
       new  780e54a   Add clean build target
       new  baaf35b   Test error-thrown in tests request-get-code-*
       new  49be093   Make error-thrown in curl backend compatible with 
url-retrieve
       new  483eeed   Do not run callbacks when they are not given.
       new  32ae02a   Add login/logout view in testserver.py
       new  d1ded5d   Add BACKENDS keyword argument to request-deftest
       new  5c04251   Support cookie in curl backend
       new  625fe20   Add a test for cookie handling and fix a bug
       new  203d9bb   Use temporary request-curl-cookie-jar during test
       new  eeadaf5   No quote for BACKEND argument for request-deftest
       new  cf17627   Document request function
       new  cc430a3   Move to the beginning of body before parsing
       new  29cff31   Get rid of warning about defvar from url.el
       new  554d027   Remove request-parser-json
       new  1fc79e2   More strict request--parse-data
       new  7294b89   Remove remnants of print debugging
       new  4add618   Use mail-fetch-field to fetch cookies
       new  6201373   Implement request-response-cookies for curl backend
       new  c83b112   Add a test request--curl-preprocess/cookies
       new  8339ba4   Add a test: request-get-with-args
       new  1faa33c   Add a test: request-simple-cookie
       new  4b999ed   Add request--netscape-cookie-parse
       new  eeca246   Add request--curl-get-cookies
       new  30af82a   Add request--url-retrieve-get-cookies
       new  875a435   Add request-cookie-string
       new  3f3f391   Test request-cookie-string and fix a bug
       new  cd6d37f   Test request-simple-cookie for url-retrieve backend
       new  b68a3f5   Refactoring: add request-deftest--url-retrieve-isolate
       new  7df9855   Refactoring: add request-deftest--tempfiles
       new  371304f   Refactoring: add request-deftest--backends
       new  1753a62   Avoid name collision in request-deftest--tempfiles
       new  12661c7   Turn request-backend-alist into a private variable
       new  73f7041   Rename: s/urllib/url-retrieve/g
       new  e4d15f5   Move around functions
       new  684d89b   Remove configurable request-curl-cookie-jar
       new  693a1ce   sphinx-quickstart
       new  1d6fecb   Add doc/eldomain
       new  e489a3c   Document is build-able now
       new  9d96777   Format docstring of request
       new  1a763d5   More docstring changes
       new  40cfdf8   Document about configuration.
       new  21a7444   Document request more
       new  450740a   Update doc/eldomain
       new  ae07170   Add README.rst
       new  1c25c5b   Remove CACHE keyword argument
       new  4998537   Define API for multipart-encoded file
       new  718ddf0   Construct --form argument for curl
       new  59456a1   Implement multipart-encoded file for curl
       new  608b751   Comment that FILES is only supported by curl
       new  fb9c0dc   Add an example FILE argument in docstring
       new  f2c6af7   Support the case when the element is string or buffer
       new  8539c2b   Forgot to add FILES argument in request
       new  e7a8b9f   Skip 100 in headers from curl
       new  0c76a3d   Add test request--curl-preprocess/100
       new  30249fa   Change API; make FILE-N destructable
       new  fda5272   Clean tempfiles in request--curl-normalize-files
       new  d79a488   Simplify request--callback
       new  7b82a3a   Simplify request--curl-normalize-files
       new  f1bfb02   Rename: s/tempfiles*/tempfiles/g
       new  ff8ac29   Add test request-post-files/simple-buffer
       new  f65f92c   Add test request-post-files/simple-file
       new  165bb69   Add test request-post-files/standard-{buffer,file,data}
       new  ad56982   Raise error when using FILES with url-retrieve backend
       new  208b459   Merge branch 'files'
       new  151a048   Do not add Content-Type when it is already given
       new  c4ea111   Add request--urlencode-alist
       new  aaf6d6e   DATA can be alist for POST/PUT
       new  3aa35a8   Add PARAMS keyword argument
       new  13726fb   Mention jQuery.ajax and requests.request
       new  34ebd50   Fix failing tests: auto DATA serialization
       new  5be9171   Fix failing tests: auto PARAMS serialization
       new  8c683e9   Make request-timeout longer
       new  89c0974   Add docstrings
       new  12fd080   Do not message when making temporary files
       new  5fe6eef   Fix temp file prefix
       new  a425449   Tweak README.rst
       new  23a8b03   Fix docstring: PARAMS should be alist, not str
       new  a548813   More docstring on request function
       new  927ee84   Add version number: 0.1.0alpha0
       new  dec78a9   Prepare .travis.yml
       new  e6db44c   Fix typo in docstring/comment
       new  cbdd200   Add gh-pages-* build targets to doc/Makefile
       new  8860f7b   Make urlencode RFC 3986 compliant by monkey patching
       new  88666e4   Fix request--urlencode-alist/hexified for Emacs 24.2
       new  cbbc63a   Merge branch 'urlencode-rfc-3986'
       new  a43d40d   Fix typo in docstring
       new  e478a88   Tweak docstrings
       new  e0282a6   Add a test for relative path in Location header field
       new  e87009b   Fix: test failed when not compiled
       new  2983cb1   Cleanup unused variable in request-testing-server
       new  363a76b   Add compile build target
       new  b4a3de9   Tweak Makefile
       new  7e16608   Use symbol-macrolet in request-testing-with-response-slots
       new  a3e5d97   Add request-abort method
       new  9325121   Handle error from parser
       new  5d926b2   Document abort/parse-error for symbol-status
       new  7b77e8b   Add EL4T as submodule
       new  7c2bc04   Run test with EL4T
       new  4318d30   Add test-all
       new  55b704d   Fix Makefile: "compile" depends on "elpa"
       new  c5e2be7   Make request-testing.el compatible for Emacs 23
       new  ce04b52   Fix a bug when request-abort is called
       new  42dc83a   Silence "carton install"
       new  09d800e   Fix test-all build target
       new  73ae290   Refactoring: add request--url-retrieve-callback
       new  67305f5   Turn request-testing--url into a public function
       new  dfef886   Stricter comparison in 
request-testing-assert-redirected-to
       new  72bac50   Merge branch 'master' into refactoring-callback
       new  96ec3a8   Fix a bug in curl backend: wrong url slot value
       new  f320092   Fix url-retrieve backend
       new  579e947   Add FIXME for request-response-redirects
       new  31123f1   Pass buffer explicitly to request--parse-data
       new  343f26e   Cleanup request--callback
       new  b8fb8e4   Narrow namespace in request--callback
       new  71d3113   Merge branch 'refactoring-callback'
       new  271ec17   Safer logger
       new  2ded6ec   Safer logging in request--callback
       new  630d397   Move functions around
       new  6cb36ec   Add done-p slot
       new  ee4c155   Test done-p
       new  0f01f01   Fix typo
       new  2a1650c   Capture messages during for cleaner terminal output
       new  47c0f7d   Add :url to request-response-settings
       new  8bee687   More assertions in request-abort-simple
       new  afb217b   Refactor request--curl-callback
       new  9134336   Fix failing test request-abort-simple
       new  71f0041   Format request--backend-alist
       new  838b321   More graceful termination for curl process
       new  e143a30   Better exit status check in request--curl-callback
       new  a0282fd   More reliable test: request-abort-simple
       new  f961a75   request-testing-process-live-p is public now
       new  188a95c   More reliable test request-abort-simple
       new  5e386cb   Write more on README.rst
       new  2120b79   Improve document a bit
       new  1903137   Run test with Emacs 23 in Travis CI
       new  545c59b   Document request-deferred
       new  4c24753   Add a test for POSTing multibyte string
       new  3bd6118   Document request-testing-with-response-slots
       new  81d09d3   Refactor request--curl-normalize-files
       new  2d12b58   Document request-response-cookies
       new  aa727a5   Test server can sets multiple cookies now
       new  912dff9   Add a comment on request-simple-cookie
       new  266d4b4   Add request-multiple-cookies
       new  2821d21   Remove request-response-cookies
       new  9852c93   Add request-cookie-alist
       new  1a34419   Add equest--curl-absolutify-redirects
       new  75d4a11   Use request--curl-absolutify-redirects in 
request--curl-callback
       new  2d6af27   Monkey patch url-default-expander
       new  6b78b56   Add more copyright notices for FSF
       new  a8e881c   Mention monkey patch in README
       new  16d8f7d   Merge branch 'monkey-patch-url-default-expander'
       new  0ca0c01   Copy full GPLv3 from GNU website
       new  fc4066d   Add mock implementations for synchronous method
       new  b2d70a1   Implement request--url-retrieve-sync
       new  0845f1d   Implement request--curl-sync
       new  49d981a   Document SYNC argument
       new  9591631   Add some more comments
       new  ed6ca75   Add a test for sync request: request-get-sync
       new  1d79d0c   Move request--process-live-p from testing module
       new  bb199f9   Use request--process-live-p; fix failing test in Emacs 23
       new  8e32e2c   Merge branch 'sync'
       new  85e321a   Add a test for timeout; passes on url-retrieve backend
       new  a9afed0   Use Emacs timer for timeout in curl backend
       new  9939d58   Refactor request--backend-alist
       new  f316f9d   More graceful termination in 
request-response--timeout-callback
       new  8fcf48f   Document backend dispatcher
       new  392f95c   Use README as the first page in the document
       new  a20ac50   Tweak README.rst
       new  0f95cd7   Update doc/eldomain
       new  df25680   Add more examples in README
       new  9191414   Make testserver.py runnable with tornado
       new  6281117   Print "Running on" message in tornado server
       new  ee10427   Better way to set EL_REQUEST_TEST_SERVER
       new  348ee24   Add test to check EL_REQUEST_TEST_SERVER works
       new  59c203d   Add a test for GNU bug report #11469
       new  1af47d8   Run test for different server
       new  3c7a5f6   Add request-monkey-patch-url-http-end-of-document-sentinel
       new  253a757   Mention the patch for GNU bug report 11469 in README
       new  bf816e5   Apply the monkey patch only for Emacs > 24
       new  80ba00d   Merge branch 
'monkey-patch-url-http-end-of-document-sentinel'
       new  3cdfdfc   Support parallel testing
       new  394a4a5   Replace make with ${MAKE}
       new  3327aaf   Make skip notice shorter
       new  e1d1fe6   Add EL4T_MET_MAKEFLAGS to make test faster
       new  3b85aaf   Better explanation on monkey patch
       new  2eeaf95   Add links to related projects
       new  db5e104   Advertise request-deferred in request
       new  ecd4aeb   Suppress compiler warning in request.el
       new  fd6b91f   Add EL4T_MET_PRE_TARGETS
       new  4bb7abc   Add 24.1 and 23.4 to supported Emacs version
       new  4ece406   Fix dependency in Makefile
       new  0a2d9fa   Update git submodule appropriately in Makefile
       new  2d8f8f0   Tweak README.rst
       new  a917b62   Tweak docstrings
       new  1849f21   Replace some `defvar's to `defconst's
       new  e86708d   Update doc/eldomain
       new  135723f   Copy the first paragraph to request.el from README
       new  b548f8b   Bump to 0.1.0
       new  1e668bd   Tweak compatibility table
       new  199af94   Limit monkey patch up to 24.3.50.1
       new  e3b02b3   Bump to 0.1.1alpha0
       new  5843380   Avoid starting program in non-existing directory
       new  9e5f101   Add a test: request-invoke-in-non-existing-directory
       new  cc54873   Refactoring: request--parse-data is a method on response
       new  94174ff   Fix request--callback
       new  873e8af   Do not handle error in request--parse-data
       new  e2d336b   Cut and save header before running parser
       new  57aab8d   Fix regexp used in request--cut-header
       new  14ccfe2   Do not clean header in request--curl-preprocess
       new  b915273   Do not try to parse header when error is thrown
       new  abc02d4   Check error-thrown before calling request--parse-data
       new  07def45   Log response buffer-string
       new  2bc9d7c   Simplify request--cut-header
       new  d09557d   Fix tests request--curl-preprocess/*
       new  ffdba7c   Add request-response-header
       new  61785d7   Fix test request-tfw-server
       new  d0c4750   Better request-response-header
       new  56480be   Fix request--cut-header
       new  8412f21   Merge branch 'request-response-header'
       new  6e3d9ab   Store redirect headers
       new  757b11e   More tests on redirects (failing)
       new  027db5a   Fix request--curl-absolutify-location-history
       new  e26140d   Fix request--url-retrieve-callback
       new  3d154ed   Workaround url.el bug in redirection test
       new  94829b0   Comment on request-get-simple-redirection
       new  4dccdb3   Fix test request-get-simple-redirection
       new  aaf8cea   Cosmetic change in request--url-retrieve-callback
       new  e58010b   Construct history slot in request--url-retrieve-callback
       new  94d618e   Do not use redirects slot in tests
       new  0b0e8f4   Remove "redirects" slot from response object
       new  4d3a89e   Mention "history" slot instead of "redirects"
       new  9695e25   Update docstring about parser function
       new  a33ff48   Document request-response-history
       new  1f3b9ef   Fix request-response-header spec
       new  57f12d7   Document request-response-header
       new  dfb351c   Merge branch 'request-response-history'
       new  91228f5   Bump to 0.2.0alpha0
       new  498889d   Refactor request--callback
       new  863bcb7   Fix: buffer is not killed when timeout
       new  9fa8283   Parse response header even when timeout
       new  0d1785f   Fix request-abort for the case buffer is killed already
       new  2d72561   Set status-code in request-response--timeout-callback
       new  7e6f93a   Add test request-get-parse-header-when-400
       new  2566b21   Merge branch 'handle-header-when-timeout'
       new  2354774   Bump to 0.2.0alpha1
       new  142139a   Fix compatibility table
       new  3eed947   Run test with Emacs 23.1
       new  73fa3a2   Add after_failure in .travis.yml
       new  11d9e5e   Update tools/el4t
       new  b31cd8f   Merge branch 'travis-build-fix'
       new  c15426f   Allow failures with emacs-snapshot
       new  d44ad1e   Support automatic decompression
       new  0201e03   Bump to 0.2.0alpha2
       new  2c598e3   Note that manual is generated by docstrings
       new  8038a03   Update doc/eldomain
       new  b743beb   Document tips on json-read usage
       new  bc283a8   Explain why you need &allow-other-keys
       new  319fd70   Update doc/eldomain
       new  20290b3   Make sure that PARAMS argument is an alist
       new  7b1580f   Fix test failure with dev version (>= 24.3.50)
       new  6e45b52   Fix allow_failures in .travis.yml
       new  7d975f0   Merge branch 'fix-travis-failure'
       new  bdf3c86   Add package specification to request-deferred.el
       new  3918ddd   Add test-install/test-install make targets
       new  8b61b71   Bump to 0.2.0
       new  2959311   Rename Carton to Cask
       new  c8753bb   Rewrite Makefile in order to use Cask
       new  61a9639   Fix .travis.yml for Cask
       new  50e2afa   Fix .travis.yml: Set variable CASK
       new  ddc7041   Remove submodule tools/el4t
       new  412731a   Fix Cask URL in .travis.yml
       new  abaa80f   Install/update Emacs before Cask installation
       new  c1cfbbf   Simplify .travis.yml
       new  be61610   Add ERT in Cask
       new  ac18449   Fix .travis.yml syntactic error
       new  7a222d4   Fix .travis.yml: should work even if EMACS_PPA=""
       new  b87e3b8   Test with ubuntu-elisp/ppa
       new  6e89d13   Add "make before-test"
       new  4af4cbc   Fix .travis.yml: "Unable to locate package emacs-el"
       new  2fbf516   Fix "make test-all"
       new  4bf2418   Style fix in .travis.yml
       new  2e03215   Use --force-yes with apt-get install
       new  93a76e5   Merge branch 'cask'
       new  25ea7e2   Fix GET example
       new  57b9c7a   Ignore proxy "Connection established" headers
       new  dbb5d0c   Merge pull request #12 from mrc/skip-proxy-headers
       new  745202f   Tweak request--curl-write-out-template.
       new  adf7de4   Merge pull request #14 from 
myuhe/request--curl-write-out-template
       new  fd89e46   Specify curl process encoding
       new  e895735   Correct arguments in error callback
       new  82ac80c   Fixed parameter ordering in assoc-string calls
       new  80e0efb   Merge pull request #33 from tkf/pr15
       new  ba74a4e   Use evm for faster testing
       new  2407dde   Merge pull request #34 from tkf/ci-with-evm
       new  f0afb1b   Merge pull request #29 from syohex/correct-argument
       new  7f58c19   Use cl-lib instead of the old prefix-less CL package
       new  8f02b9f   Use cl-lib macro instead of cl.el macro
       new  12eb21e   Merge pull request #36 from tkf/cl-lib
       new  7f873bf   Silence byte-compiler
       new  2a7bed9   Merge pull request #37 from tkf/byte-compile-warning
       new  93c9cbe   Use spaces instead of tabs
       new  b8c2993   Merge pull request #38 from tkf/space
       new  258c6bf   Merge pull request #27 from 
kosh04/fix-curl-process-encoding
       new  d181981   Support Unix socket for curl backend
       new  03f79c5   Merge pull request #39 from tkf/unix-socket
       new  785a400   Update about Unix socket
       new  bcea367   Update supported Emacs version table
       new  02db9e3   Merge pull request #40 from tkf/update-document
       new  70c6132   Enable lexical binding and drop Emacs 23 support
       new  b5e4a35   Update document about supporting emacs versions
       new  00668ad   Use cl-lib functions instead of cl.el
       new  aeae902   Merge pull request #41 from tkf/lexical-binding
       new  9edddb6   Update .gitignore
       new  67e9e66   Remove needless value setting
       new  e1ba4b2   Specify type attribute to customize variables
       new  4b3c5a3   Merge pull request #42 from tkf/refactoring
       new  6f2515f   Support TRAMP
       new  bbafe93   Merge pull request #43 from Silex/master
       new  c5515d1   Try to parse response also when server errored
       new  a65e11a   Merge pull request #44 from ptrv/fix-request-callback
       new  c876060   Update README with examples of variations on alist 
structure
       new  2b38be8   Fix format
       new  efbe231   Merge pull request #47 from tkf/pr-45
       new  9f44a6e   Use syntax highlighting for code examples
       new  9200cc3   Merge pull request #48 from Silex/master
       new  5ce8868   Fix documentation typo
       new  d760b8e   Merge pull request #49 from Silex/master
       new  7840bf0   Stringify 'value' of alist same as 'key'
       new  ee1a1b6   Merge pull request #52 from tkf/stringify
       new  40ac53c   Fix for newer Cask directory hierarchy
       new  cd5d7d5   Use noerror argument instead of ignore-errors
       new  1245013   Merge pull request #54 from tkf/no-error
       new  6e039bf   Add tramp support
       new  480c3e7   Merge pull request #55 from emacs-pe/feature/tramp-support
       new  aef76fc   Don't parse at 204 response status
       new  fb93d11   Fix writing curl request data to tempfile which includes 
utf8 chars
       new  4f5dd0a   Merge pull request #58 from 
ptrv/fix-unicode-chars-in-curl-request
       new  dc1f708   Fix parser for httponly cookie
       new  ab0a1af   Merge pull request #61 from tkf/http-only-cookie
       new  9c91335   Update Cask
       new  0614dae   Merge pull request #63 from tkf/update-cask
       new  34033f6   Use cl-defmacro instead of obsolete defmacro* alias
       new  f70cd1c   Use cl-return instead of obsolete return alias
       new  8c90b24   Merge pull request #64 from phst/cl-defmacro
       new  b7d8a35   Fix test for HTTP-only cookie parsing
       new  5b6fde7   Merge pull request #65 from phst/httponly-test
       new  25d75d7   Consume "HTTP/1.1 200 Connection established" headers 
created by MS TMG proxy.
       new  bf76da8   Merge pull request #67 from bschlemmer/master
       new  2eaf388   Add curl options variable
       new  6dbc154   Add test for curl options
       new  e2b031a   Merge pull request #68 from tkf/feature/curl-options
       new  44ade8a   Drop older emacs support for maintenance
       new  8d42b37   Remove older emacs version documentation
       new  494e66c   Improve curl option variable comment
       new  a580c07   Merge pull request #72 from 
tkf/improve-curl-option-comment
       new  d226cfc   Add installation section
       new  2d9b4cd   Merge pull request #73 from tkf/doc-installation
       new  471529b   Merge pull request #70 from tkf/drop-older-emacs
       new  a3d080e   Bump up version
       new  6d689aa   Fix dead link in README
       new  845086f   Add URL to project's homepage in package header
       new  10e2fb4   update build matrix with recent Emacs versions
       new  b3d49c0   Merge pull request #86 from gonewest818/update-travis
       new  a8d8d07   Merge pull request #84 from xuchunyang/master
       new  e73a690   fix obsolete EMACS_EVM value
       new  d8eed8e   Merge pull request #95 from tkf/hotfix/emacs_evm
       new  477cb21   Add README.md for convenience
       new  8a6c157   Merge pull request #96 from tkf/add-readme-md
       new  b929e7c   Add debugging instructions and update defcustom values
       new  8720273   Describe testing setup.
       new  187d3bf   testserver.py: update print to python3 syntax
       new  b12f54a   Use Python 2 for tests if available
       new  1562f9c   Enable to set coding system for encoding/decoding
       new  cf8a069   fix typo on `request-coding-system`
       new  081f6bf   replace defcusom `request-coding-system` with key 
`:coding-system`
       new  9e3ef2d   change "coding-system" to "encoding" throughout
       new  605cfb2   ask shell to find the right emacs in Makefile
       new  cdb9ec6   README: Direct PRs to dev branch, remove py2 warning
       new  db88fd2   README: Direct PRs to dev branch, remove py2 warning
       new  67ff1a3   Attempt fixing :sync
       new  569cbbb   Don't use tramp-make-tramp-file-name function
       new  e65db0f   Fixes #115
       new  a812262   Werkzeug 0.15 changed redirect logic
       new  22cf4fe   no such thing as `special` property for declares.
       new  38d81ac   keep python at 2.7
       new  fc2fb3e   Merge pull request #116 from dickmao/development
       new  2d95754   Fix reference to err variable
       new  5d68e68   flapping request-session-cookie test
       new  98695c0   surface request-testing-sync errors
       new  d14fa90   Merge pull request #120 from dickmao/lint
       new  7b9509d   Releasing v0.3.1
       new  cac4d3b   Merge pull request #121 from dickmao/release-0.3.1
       new  ac4b59f   presence of README.md in master prevents clean merge from 
development [skip ci]
       new  4d9265e   Merge pull request #124 from 
dickmao/summarily-remove-README.md-from-master
       new  f361d3f   Removed the wrong README [skip ci]
       new  1f28ef2   Merge pull request #125 from 
dickmao/summarily-remove-README.md-from-master
       new  ef9f509   Merge pull request #126 from tkf/development
       new  2e9d48c   Fall back to no-conversion if utf-8 fails
       new  a629be5   Merge pull request #128 from 
dickmao/fall-back-no-conversion
       new  77329d2   Fix errors with using curl for file: URLs
       new  32fe9fb   test curl file:///foo/bar
       new  6fa7291   Merge pull request #129 from dickmao/miciah
       new  433d789   Document sync flag
       new  68888926  Merge pull request #130 from dickmao/master
       new  f466ab1   request-response-url might not be a string
       new  3a89ac5   Synchronous request deadlocks
       new  d422bc2   dist trusty
       new  6568c14   cannot add-function to a symbol!
       new  0007195   Merge pull request #133 from dickmao/sentinels-unreliable
       new  87e6a8b   amend readme [skip ci]
       new  f0aeeb5   Merge pull request #135 from dickmao/issue-134
       new  85059c7   buffer-file-coding-system is not special
       new  41bbcd5   Merge pull request #136 from 
dickmao/buffer-file-encoding-system-not-special
       new  b1cf406   Synchronous deadlock second fix
       new  7050f4a   Merge pull request #138 from dickmao/issue-132-persists
       new  d206aeb   A pure guess: inotify
       new  b074594   Merge pull request #139 from dickmao/issue-132-persists
       new  5d88aa6   Kill inotify if `:sync t` hangs
       new  765e93d   warn user about global-auto-revert-mode interaction with 
:sync t.
       new  623efaf   Address #132 sync bug in README [skip ci]
       new  da9b4a3   forward-declare auto-revert-notify-rm-watch
       new  b48d2c4   turn on global-auto-revert-mode in tests
       new  43f00f9   allow git-snapshot-travis to fail
       new  057f400   Merge pull request #140 from dickmao/issue-132-persists
       new  4410406   Better fix for #140
       new  61b2973   Merge pull request #141 from dickmao/issue-132-persists
       new  36b18d0   Rename unused arguments to start with underscore
       new  ef1587a   Merge pull request #142 from telotortium/patch-1
       new  232a09c   Really fix deadlock
       new  4e8439c   Merge pull request #144 from dickmao/issue-132-persists
       new  12fadc3   automatically detect curl compression capability
       new  ae8e622   declare tramp function to make byte-compiler happy
       new  bbb01b2   Merge pull request #143 from kiennq/bug/curl-windows
       new  a2f6579   Test curl capabilities
       new  1f68e6b   Merge pull request #145 from 
dickmao/kiennq-bug/curl-windows
       new  b5e9baa   Remove a duplicated line
       new  c5740ac   update README
       new  1632fbc   Merge pull request #146 from 
dickmao/kiennq-bug/curl-windows
       new  e4b3d12   Linting compile warnings
       new  778dda6   perform travis gymnastics
       new  531eca3   Merge pull request #148 from dickmao/linting
       new  6aecfb6   iteration bug in auto-revert-notify-rm-watch
       new  1e953cc   i am generally confused about travis
       new  e045e23   Merge pull request #149 from dickmao/issue-132-persists
       new  9fa4de3   travis merge pull request to master
       new  626d0da   Merge pull request #150 from dickmao/issue-132-persists
       new  c876bbd   fix auto-revert-notify var name for emacs 27
       new  ce6c7b3   typo
       new  b5f9353   Merge pull request #151 from tkf/watch-descriptor-update
       new  3ba0945   avoid killing inotifies in all buffers
       new  6d17064   Merge pull request #152 from dickmao/issue-132-persists
       new  2b1a32f   Add fix for an edge case (with a test) involving "100 
Continue" and long body
       new  30851dd   Keep process decoding in binary
       new  56466cd   Merge branch 'dvzubarev-master'
       new  c792e4f   Encoding is not decoding
       new  22efefe   Merge pull request #159 from dickmao/utf8-issue-158
       new  ee11eb4   indent request like defun
       new  005f08f   Merge pull request #162 from conao3/indent-style
       new  3a9742a   Fix typos
       new  0733373   Merge pull request #163 from DamienCassou/typos
       new  2782a30   Explicitly set process encoding to not depend on 
default-process-coding-system
       new  dec3f22   Merge pull request #166 from kiennq/bug/decoding-ouput
       new  c37a8ae   fix #158
       new  b7bc184   fix a test
       new  5a960aa   avoid an npe
       new  3aef4cc   Merge pull request #168 from dickmao/master
       new  9d36a5f   need to still set request-response-data if no parser
       new  7eff9e7   Merge pull request #169 from dickmao/master
       new  0c527e1   Use the same protocol for submodule
       new  0175365   Merge pull request #170 from ncihnegn/master
       new  8ccbae1   Fully deal with file URLs
       new  eb89ae9   emacs24 doesn't know about when-let
       new  8e3d91b   if-let also a no-go for emacs24
       new  d295708   Merge pull request #171 from dickmao/jktomer-curl
       new  d4e138c   Avoid global-auto-revert-mode
       new  b207ebb   Merge pull request #173 from dickmao/dev
       new  0389a70   Revert #152
       new  4be823a   Merge pull request #174 from dickmao/dev
       new  906358d   Support authentication with curl
       new  4c5e5c0   Hack: why does nil get passed to this function?
       new  02713c2   Oops: do nothing if auth is nil
       new  11f266a   auth could just key off host maybe
       new  d02acee   respond to ndw
       new  431d143   Merge pull request #177 from tkf/auth-digest
       new  8baf8d5   testserver.py: redirect to correct path
       new  5bd2fbb   Merge pull request #179 from jktomer/fix-redirect-server
       new  db5208a   testserver.py: fix redirects from handlers besides 
/redirect.
       new  c553a64   Merge pull request #180 from jktomer/fix-redirect-server
       new  dc00313   remove spurious with-response-slots from request-auth test
       new  7e922aa   Merge pull request #181 from jktomer/request-auth-test-fix
       new  b308032   idiomatic unwind-protect
       new  3307702   compile tests as well
       new  63bd4db   fix a paren-matching error in request-testing-sync
       new  216d570   Merge branch 'jktomer-everyone-loves-parentheses'
       new  83759ba   Use url-retrieve silently
       new  d26ec2f   Merge pull request #184 from nivekuil/master
       new  912525c   Shorten accept-process-output interval
       new  d02d134   document :auth [skip ci]
       new  fa0f236   Use --head when making head requests instead of --request 
head.
       new  22f3c4c   Add unit test for HEAD method
       new  94f87a8   HEAD type test fillip
       new  297118a   Move definition of request-testing-server-name to top of 
file
       new  0183da8   include 'make compile' in 'make test'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]