aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | * 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
* | | | | | | | | | | | | | | | | | | Use Gnulib filevercmp for version comparisonPaul Eggert2016-02-211-99/+30
* | | | | | | | | | | | | | | | | | | Avoid integer overflows in string-numeric-lesspLars Ingebrigtsen2016-02-211-38/+56
* | | | | | | | | | | | | | | | | | | Add the string-numeric-lessp functionLars Ingebrigtsen2016-02-211-0/+98
* | | | | | | | | | | | | | | | | | | Get explicit width/height + scale computations rightLars Ingebrigtsen2016-02-201-5/+8
* | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25John Wiegley2016-02-156-49/+66
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Avoid crashes in semi-malformed 'condition-case'Eli Zaretskii2016-02-151-1/+1
| * | | | | | | | | | | | | | | | | | Fix regression with 'recent-keys' and keyboard macrosEli Zaretskii2016-02-151-23/+27
| * | | | | | | | | | | | | | | | | | ; Spelling fixesPaul Eggert2016-02-141-2/+2
| * | | | | | | | | | | | | | | | | | Port USE_STACK_LISP_OBJECTS fix to ClangPaul Eggert2016-02-141-1/+2
| * | | | | | | | | | | | | | | | | | Port to x86 GCC 4.3.1 and earlierPaul Eggert2016-02-141-0/+5
| * | | | | | | | | | | | | | | | | | Fix point movement under 'scroll-conservatively'Eli Zaretskii2016-02-141-1/+1
| * | | | | | | | | | | | | | | | | | Make 'mmap_realloc' on MS-Windows more reliableEli Zaretskii2016-02-141-22/+29
* | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25John Wiegley2016-02-153-11/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | ; Improve commentary in insdel.cEli Zaretskii2016-02-131-4/+14
| * | | | | | | | | | | | | | | | | | Suppress GNUstep hardeningPaul Eggert2016-02-121-4/+4
| * | | | | | | | | | | | | | | | | | Fix redisplay after a large insertionEli Zaretskii2016-02-121-3/+9
* | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25John Wiegley2016-02-155-4/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | Revert "Support integer image rotation and respect EXIF rotations"Lars Ingebrigtsen2016-02-111-11/+1
| * | | | | | | | | | | | | | | | | | Set locale when run from OS X GUIAlan Third2016-02-103-0/+28
| * | | | | | | | | | | | | | | | | | Improve doc strings of 'forward/backward-word-strictly'Eli Zaretskii2016-02-101-3/+9
* | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25John Wiegley2016-02-151-8/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | Support integer image rotation and respect EXIF rotationsDima Kogan2016-02-101-1/+11
| * | | | | | | | | | | | | | | | | | Suppress ACL ops if configured with --disable-aclPaul Eggert2016-02-091-8/+12
* | | | | | | | | | | | | | | | | | | Check for MagickAutoOrientImageLars Ingebrigtsen2016-02-111-0/+2
* | | | | | | | | | | | | | | | | | | Support integer image rotation and respect EXIF rotationsDima Kogan2016-02-111-1/+11
* | | | | | | | | | | | | | | | | | | Omit valloc decl if redundantPaul Eggert2016-02-091-4/+7
* | | | | | | | | | | | | | | | | | | Restore the calloc family.Wolfgang Jenkner2016-02-092-3/+13
* | | | | | | | | | | | | | | | | | | -Paul Eggert2016-02-092-10/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | Minor alignas cleanupPaul Eggert2016-02-091-4/+0
| * | | | | | | | | | | | | | | | | | Add lmalloc commentary and tweak lalignedPaul Eggert2016-02-091-3/+11
| * | | | | | | | | | | | | | | | | | Increase success rate of fallback lmallocPaul Eggert2016-02-081-4/+18
* | | | | | | | | | | | | | | | | | | -Paul Eggert2016-02-092-24/+66
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | Port to FreeBSD 11-CURRENT i386Paul Eggert2016-02-082-23/+66
| * | | | | | | | | | | | | | | | | | src/process.c Correctly convert AF_INET6 addressesDavid Edmondson2016-02-071-1/+1
* | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-02-093-14/+53
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | Use monitor's resolution for positioning tooltipsOscar Fuentes2016-02-061-12/+49
| * | | | | | | | | | | | | | | | | | Fix issues found by auditing w32notify codeEli Zaretskii2016-02-062-2/+4
| * | | | | | | | | | | | | | | | | | Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-051-3/+3
* | | | | | | | | | | | | | | | | | | Avoid aligned_alloc static/extern collisionPaul Eggert2016-02-091-0/+1
* | | | | | | | | | | | | | | | | | | Allow the image scale to be a floating point numberLars Ingebrigtsen2016-02-091-1/+1
* | | | | | | | | | | | | | | | | | | Automatically scale images up on high-density screensLars Ingebrigtsen2016-02-081-0/+15