summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-11Merge commit '6357a1c2d1' into externals/web-serverexternals/web-serverStefan Monnier
2021-07-08Fix NUL byte that confuses `grep`s binary file detectionStefan Monnier
2021-03-27Merge remote-tracking branch 'upstream/web-server/main' into externals/web-se...Stefan Monnier
2021-02-18web-server.el: Special-case NTLM authorizationThomas Fitzsimmons
2021-02-09drop Emacs dependency to 24.1 and depends ELPA's cl-libNaoya Yamashita
2020-12-17Silence warningsBrian Leung
2020-11-27* examples/*.el: Use lexical-bindingStefan Monnier
2020-11-27* packages/web-server/web-server.el (ws-start): Fix missing rename.Stefan Monnier
2020-11-27* web-server/examples: Don't load `htmlize' during byte-compilationStefan Monnier
2020-11-27Fix some quoting problems in doc stringsPaul Eggert
2020-11-27* web-server: Don't use CL.Stefan Monnier
2020-10-30Tighter example in ws-start documentationEric Schulte
2020-10-30Flesh out documentation of message handlerEric Schulte
2020-10-28Fix ws-web-socket-connect's docstringXu Chunyang
2020-10-26Fix ws-start docstringXu Chunyang
2020-03-30Remove obsolete functionXu Chunyang
2020-03-12Remove obsolete functions from test suiteEric Schulte
2020-03-12Don't forget run byte compile on github ciXu Chunyang
2020-03-12Run tests on github ciXu Chunyang
2020-03-12Namespace all accessors, old names marked obsoleteEric Schulte
2020-03-12Switch to lexical bindingEric Schulte
2020-02-16Bump version to 0.1.2jcaw
2020-02-16Add test for a simple JSON postjcaw
2020-02-16Extend simple POST test to check content-type and bodyjcaw
2020-02-16Store CONTENT-TYPE header - don't skip itjcaw
2020-02-16Add slot for the body of a requestjcaw
2019-03-09In old Emacs, :nowait t (overabundance of caution)Eric Schulte
2017-08-13Make network processes synchronousGuillermo Robles
2014-09-05drop Emacs dependency to 24.3Eric Schulte
2014-05-06bump version to 0.1.1Eric Schulte
2014-05-06passing all tests on WindowsEric Schulte
2014-05-02increasingly windows robustness of testsEric Schulte
2014-05-02don't assume temporary file directory nameEric Schulte
2014-05-02TODO pass all tests on Windows [0/2]Eric Schulte
2014-05-01pass the silent flag to curl for all request typesEric Schulte
2014-05-01remove coding conversion from main network processEric Schulte
2014-05-01Merge pull request #3 from thesoftwarebin/masterEric Schulte
2014-04-30Corrected example in ws-start docstringThe Software Bin
2014-04-13ws-in-directory-p parent should be expandedEric Schulte
2014-03-10Fix up copyright headers.Stefan Monnier
2014-03-10README and install instructions mention GNU ELPAEric Schulte
2014-03-10adding .elpaignore to keep extra file from packageEric Schulte
2014-03-06assign copyright to FSFEric Schulte
2014-03-06gnu elpa wants a "Maintainer:" pseudo-headerEric Schulte
2014-02-25dangerous example; web-socket comint shell bufferEric Schulte
2014-02-23Fix WebSocket varint length encodingRussell Cagle
2014-02-17add/use standard source headersEric Schulte
2014-02-16Emacs packaging support with "make package"Eric Schulte
2014-02-16automatically generate dir file w/install-infoEric Schulte
2014-02-12doc for new content/transfer encoding helpersEric Schulte