aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use XCAR/XCDR instead of Fcar etcLars Ingebrigtsen2016-02-011-13/+13
* Fix GC problem in async TLS connectionLars Ingebrigtsen2016-02-011-1/+1
* Further TLS async workLars Ingebrigtsen2016-02-013-33/+102
* Rework the mechanisms for async GnuTLS connectionsLars Ingebrigtsen2016-01-313-7/+21
* Fix segfault from double freeLars Ingebrigtsen2016-01-311-1/+11
* Implement asynchronous GnuTLS connectionsLars Ingebrigtsen2016-01-313-0/+17
* Clean up compilation warningsLars Ingebrigtsen2016-01-301-3/+1
* Make async resolution more efficientLars Ingebrigtsen2016-01-301-17/+15
* More async memory leaksLars Ingebrigtsen2016-01-301-0/+2
* Compilation for for systems with getaddrinfo_aLars Ingebrigtsen2016-01-301-2/+2
* Save correct server dataLars Ingebrigtsen2016-01-301-2/+3
* Compilation for for non-GNU systemsLars Ingebrigtsen2016-01-301-0/+6
* Avoid memory leaks in async DNSLars Ingebrigtsen2016-01-302-23/+22
* * process.c (check_for_dns): Free the result data.Lars Ingebrigtsen2016-01-301-1/+3
* Fix server connectionsLars Ingebrigtsen2016-01-301-2/+8
* Further make_network_process clean upLars Ingebrigtsen2016-01-301-2/+0
* Clean up GETADDRINFO usage in make-network-processLars Ingebrigtsen2016-01-301-9/+7
* Implement asynchronous name resolutionLars Ingebrigtsen2016-01-302-14/+136
* Fix memory leakLars Ingebrigtsen2016-01-291-1/+3
* Return IP addresses in the correct orderLars Ingebrigtsen2016-01-291-69/+72
* Add checks for getaddrinfo_aLars Ingebrigtsen2016-01-281-1/+3
* Refactor make_network_processLars Ingebrigtsen2016-01-282-428/+455
* Anoter fix for problematic merge from emacs-25Eli Zaretskii2016-01-201-2/+1
* Fix MS-Windows build broken by a botched merge from emacs-25Eli Zaretskii2016-01-202-0/+35
* -John Wiegley2016-01-187-54/+121
|\
| * Minor improvements to (random t) documentationPaul Eggert2016-01-181-1/+1
| * Fix scrolling under scroll-preserve-screen-position on TTYEli Zaretskii2016-01-181-2/+19
| * Fix scrolling under scroll-preserve-screen-position and marginsEli Zaretskii2016-01-181-15/+28
| * Unbreak the MS-Windows buildEli Zaretskii2016-01-181-1/+1
| * Initialize GnuTLS before calling gnutls_rndPaul Eggert2016-01-173-25/+40
| * Don't use GnuTLS before it is initializedAndreas Schwab2016-01-181-33/+21
| * Port cleanup attribute to OpenBSDPaul Eggert2016-01-172-13/+18
| * Prefer GnuTLS when acquiring random seedPaul Eggert2016-01-171-42/+43
* | Merge from origin/emacs-25John Wiegley2016-01-184-30/+125
|\ \ | |/
| * Fix incompatbilities with MS-Windows 2000 and olderJussi Lahdenniemi2016-01-163-24/+42
| * Ensure 8-byte aligned memory allocation on MS-Windows 9XJussi Lahdenniemi2016-01-161-6/+83
| * Ensure positive number of glyphs for margins of positive widthEli Zaretskii2016-01-151-1/+3
| * Fix crashes when mini-window has non-zero marginsEli Zaretskii2016-01-151-4/+6
| * Make 'random' seeds cryptographically secure if possibleEli Zaretskii2016-01-154-3/+66
* | -John Wiegley2016-01-183-15/+39
|\ \ | |/
| * * src/buffer.c (syms_of_buffer) <major-mode>: Doc fix.Glenn Morris2016-01-121-7/+1
| * Make piping to subprocesses more robust on MS-WindowsEli Zaretskii2016-01-122-8/+38
* | Avoid stdio in SIGINT handlerPaul Eggert2016-01-181-26/+47
* | Move variables to inner loop, preparing for Mac port mergeYAMAMOTO Mitsuharu2016-01-181-3/+4
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsK. Handa2016-01-14208-329/+416
|\ \
| * | * src/buffer.c (Fset_buffer_major_mode): Allow default major-mode,Glenn Morris2016-01-131-1/+1
| * | ; Add 2016 to copyright years for files not in emacs-25 branchGlenn Morris2016-01-121-1/+2
| * | Merge from origin/emacs-25John Wiegley2016-01-117-39/+62
| |\ \ | | |/
| | * Avoid an infloop when we run out of memoryEli Zaretskii2016-01-111-4/+11
| | * Avoid unnecessary failures of auto-saving after fatal errorEli Zaretskii2016-01-112-2/+7