aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ignore invalid base64 encoded embedded imagesLars Magne Ingebrigtsen2016-03-201-1/+2
* Render empty <ul><li><ul> correctlyLars Magne Ingebrigtsen2016-03-201-0/+4
* Fix <p> and <div> newlines with or without <li> in shrLars Magne Ingebrigtsen2016-03-201-3/+12
* Remove code left over from when overlays were used for paddingLars Magne Ingebrigtsen2016-03-201-26/+0
* Remove trailing blank lines in shrLars Magne Ingebrigtsen2016-03-201-0/+14
* Sync with soap-client repository, version 3.1.1Thomas Fitzsimmons2016-03-161-56/+76
* Update handling of <bdo> per Unicode 9.0Eli Zaretskii2016-03-121-2/+2
* Remove compat code in TrampMichael Albinus2016-03-111-37/+29
* Assume getaddrinfo in C codePaul Eggert2016-03-071-2/+2
* Remove support for IRIXPaul Eggert2016-03-071-1/+1
* Allow making TLS negotiation blockingLars Magne Ingebrigtsen2016-03-051-1/+3
* Merge from origin/emacs-25John Wiegley2016-03-031-5/+11
|\
| * Also allow setting the paragraph direction to nilLars Ingebrigtsen2016-03-011-5/+11
| * Use the correct background color when filling nested <divs>Lars Ingebrigtsen2016-02-291-1/+2
| * Make <div> in <li> not insert extra newlinesLars Ingebrigtsen2016-02-291-1/+1
* | Merge from origin/emacs-25John Wiegley2016-03-031-1/+12
|\ \ | |/
| * Add a eww command to toggle paragraph directionLars Ingebrigtsen2016-02-281-1/+12
* | Fix issue of inserting images on some systemsAlain Schneble2016-03-031-1/+1
* | Support <bdo> and <bdi>Lars Ingebrigtsen2016-03-011-0/+18
* | Respect <html dir=auto>Lars Ingebrigtsen2016-03-011-1/+3
* | Default bidi paragraph direction to nilLars Ingebrigtsen2016-03-011-2/+2
* | Use the correct background color when filling nested <divs>Lars Ingebrigtsen2016-02-291-1/+2
* | Make <div> in <li> not insert extra newlinesLars Ingebrigtsen2016-02-291-1/+1
* | Move `o' to `O' in shr-mapLars Ingebrigtsen2016-02-241-1/+1
* | Move low-level library files from the lisp/gnus directoryLars Ingebrigtsen2016-02-247-0/+3901
* | Merge from origin/emacs-25John Wiegley2016-02-222-17/+24
|\ \ | |/
| * Set file modes of pinentry socket for extra safetyDaiki Ueno2016-02-221-11/+14
| * Revert "Change the default socket location for pinentry"Daiki Ueno2016-02-221-20/+21
| * Change the default socket location for pinentryDaiki Ueno2016-02-221-21/+20
| * Mention how to enable pinentry featureDaiki Ueno2016-02-221-1/+2
| * Make eww message toggling message clearerKaushal Modi2016-02-191-5/+4
| * Fix display of <pre> elementsLars Ingebrigtsen2016-02-161-0/+4
* | Fix merge conflicts in network-stream-tests.elLars Ingebrigtsen2016-02-222-86/+130
|\ \
| * | Call the network security manager after doing TLS negotiationLars Ingebrigtsen2016-02-151-21/+23
| * | Remove some #ifdefs and update documentationLars Ingebrigtsen2016-02-151-5/+1
| * | Only do async DNS if requested with :nowait 'dnsLars Ingebrigtsen2016-02-051-2/+6
| * | Doc fixes and refactorings based on comments from Eli ZaretskiiLars Ingebrigtsen2016-02-032-72/+86
| * | Make network connections work again on non-glibc systemsLars Ingebrigtsen2016-02-012-11/+18
| * | Clean up dead codeLars Ingebrigtsen2016-02-011-7/+0
| * | Rework the mechanisms for async GnuTLS connectionsLars Ingebrigtsen2016-01-311-10/+22
| * | Remove debuggingLars Ingebrigtsen2016-01-311-1/+0
| * | Implement asynchronous GnuTLS connectionsLars Ingebrigtsen2016-01-312-8/+25
* | | Rework the image property getter/settersLars Ingebrigtsen2016-02-221-2/+3
* | | Add a frame around the placeholder image in shrLars Ingebrigtsen2016-02-201-1/+2
* | | Use placeholder images in shr to avoid text moving aroundLars Ingebrigtsen2016-02-201-19/+92
* | | Use open-network-stream instead of open-protocol-streamLars Ingebrigtsen2016-02-142-1/+3
* | | Don't use image-map if it isn't definedLars Ingebrigtsen2016-02-111-3/+2
* | | * lisp/net/shr.el (image-map): Defvar it. (Bug#22614)Wolfgang Jenkner2016-02-101-0/+2
* | | Allow accessing the image commands via shrLars Ingebrigtsen2016-02-102-4/+16
* | | -Paul Eggert2016-02-091-7/+9
|\ \ \ | | |/ | |/|