aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/process.c (Fdelete_process): Simplify cast.Paul Eggert2016-02-291-2/+1
* Wait for async DNS to complete before freeing resourcesLars Ingebrigtsen2016-02-291-1/+17
* Fix TLS connections on MS-WindowsEli Zaretskii2016-02-281-7/+13
* Return the correct error values from gnutls.cLars Ingebrigtsen2016-02-281-4/+7
* Remove unused code in coding.cEli Zaretskii2016-02-271-29/+19
* * src/syntax.c: Fix result of syntax_multibyte()Aurelien Aptel2016-02-261-1/+1
* --enable-gcc-warnings now uses -Wjump-misses-initPaul Eggert2016-02-264-95/+89
* Improve the register-hotkey functionality on MS-WindowsJussi Lahdenniemi2016-02-264-44/+541
* Integer overflow cleanups for ports and socklenPaul Eggert2016-02-253-36/+41
* Allow using "number strings" as services on non-GNU systemsLars Ingebrigtsen2016-02-251-0/+15
* Make setting the coding system non-blockingLars Ingebrigtsen2016-02-241-14/+13
* Use memmove instead of memcpy on overlapping regionsFredrik Bergroth2016-02-241-1/+1
* Port to --enable-gcc-warnings sans getaddrinfo_aPaul Eggert2016-02-231-5/+4
* Minor cleanups for async DNS etc.Paul Eggert2016-02-236-160/+146
* Fix `window-configuration-change-hook' and `window-size-change-functions'Martin Rudalics2016-02-236-97/+199
* Merge from origin/emacs-25John Wiegley2016-02-225-16/+24
|\
| * Fix documentation of 'global-disable-point-adjustment'Eli Zaretskii2016-02-221-6/+6
| * Fix memory reservation on MS-WindowsEli Zaretskii2016-02-201-2/+4
| * Fix "[:upper:]" for non-ASCII charactersEli Zaretskii2016-02-201-4/+10
| * Fix decoding DOS EOL in a unibyte bufferEli Zaretskii2016-02-171-3/+3
| * Fix x-load-color-file pointer signednessPaul Eggert2016-02-161-1/+1
* | Fix async TLS boot problemLars Ingebrigtsen2016-02-221-1/+1
* | Clean up debugging codeLars Ingebrigtsen2016-02-221-4/+3
* | Fix merge conflicts in network-stream-tests.elLars Ingebrigtsen2016-02-227-660/+1171
|\ \
| * | add_to_log expects Lisp parametersfeature/async-dnsLars Ingebrigtsen2016-02-221-1/+1
| * | Mention in the doc strings that process functions may blockLars Ingebrigtsen2016-02-221-7/+26
| * | Add blocker warnings to the *Messages* bufferLars Ingebrigtsen2016-02-221-3/+3
| * | Respect DNS timeoutsAlain Schneble2016-02-211-1/+1
| * | Fix coding system setupLars Ingebrigtsen2016-02-191-7/+5
| * | Verify the TLS connection asynchronouslyLars Ingebrigtsen2016-02-183-125/+150
| * | Deactivate the correct processLars Ingebrigtsen2016-02-161-1/+1
| * | Implement asynch TLS negotiationLars Ingebrigtsen2016-02-163-84/+119
| * | Simplify the DNS resolution loop a bitLars Ingebrigtsen2016-02-161-25/+10
| * | Loop over the process list instead of maintaining a separate listAlain Schneble2016-02-161-53/+33
| * | Allow setting the filter masks laterLars Ingebrigtsen2016-02-161-15/+23
| * | Ensure we always free DNS resources when deleting a processLars Ingebrigtsen2016-02-161-12/+31
| * | Don't block in set-process-window-sizeAlain Schneble2016-02-161-4/+2
| * | Do most of the coding system setup earlierLars Ingebrigtsen2016-02-161-3/+3
| * | Protect against initial handshake failuresLars Ingebrigtsen2016-02-151-1/+2
| * | Call the network security manager after doing TLS negotiationLars Ingebrigtsen2016-02-151-35/+79
| * | Remove some #ifdefs and update documentationLars Ingebrigtsen2016-02-151-48/+25
| * | Add blockers to process functionsAlain Schneble2016-02-151-7/+84
| * | src/process.c Correctly convert AF_INET6 addressesDavid Edmondson2016-02-091-1/+1
| * | Make url.el use async DNSLars Ingebrigtsen2016-02-051-0/+3
| * | Only do async DNS if requested with :nowait 'dnsLars Ingebrigtsen2016-02-051-7/+13
| * | Add sanity check for checking async DNSLars Ingebrigtsen2016-02-051-0/+4
| * | Doc fixes and refactorings based on comments from Eli ZaretskiiLars Ingebrigtsen2016-02-034-7/+18
| * | Build fix for --enable-check-lisp-object-typeLars Ingebrigtsen2016-02-021-1/+1
| * | Boot parameter check fixLars Ingebrigtsen2016-02-021-1/+1
| * | Style fixLars Ingebrigtsen2016-02-011-7/+8