index
:
xorg/app/proxymngr
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
master
Proxy manager service (mirrored from https://gitlab.freedesktop.org/xorg/app/proxymngr)
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-16
Update README for gitlab migration
HEAD
master
Alan Coopersmith
2
-13
/
+5
2015-04-16
proxymngr 1.0.4
proxymngr-1.0.4
Alan Coopersmith
1
-1
/
+1
2014-11-08
Stop checking if pointers are NULL before passing them to free()
Alan Coopersmith
3
-78
/
+39
2014-11-08
Stop casting results of malloc calls
Alan Coopersmith
4
-16
/
+16
2014-11-08
Replace last strcpy call + manual append with snprintf call
Alan Coopersmith
1
-5
/
+3
2014-11-08
Replace malloc(strlen)+strcpy sets with strdup calls
Alan Coopersmith
2
-14
/
+7
2014-11-08
Ensure memory is initialized before use in PushRequestorQueue
Alan Coopersmith
1
-4
/
+2
2014-06-02
autogen.sh: Honor NOCONFIGURE=1
Alan Coopersmith
1
-2
/
+3
2014-06-02
configure: Drop AM_MAINTAINER_MODE
Alan Coopersmith
2
-2
/
+1
2014-06-02
This is not a GNU project, so declare it foreign.
Alan Coopersmith
4
-1
/
+1
2013-04-01
Assume signal handlers return void, as C89 requires
Alan Coopersmith
1
-6
/
+1
2013-02-10
proxymngr 1.0.3
proxymngr-1.0.3
Alan Coopersmith
1
-1
/
+1
2013-01-04
install: Use sysconfdir instead of libdir for config files.
Egbert Eich
1
-1
/
+1
2013-01-04
man: Set correct config file location in man page
Egbert Eich
2
-1
/
+4
2012-04-16
Mark Usage() with _X_NORETURN to silence gcc warning
Alan Coopersmith
2
-2
/
+2
2012-04-16
Add const qualifiers to clear gcc -Wwrite-strings warnings
Alan Coopersmith
4
-17
/
+15
2011-02-18
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Alan Coopersmith
1
-4
/
+8
2011-02-18
Add $(AM_V_GEN) to silence pmconfig creation rule
Alan Coopersmith
1
-1
/
+1
2011-02-18
proxymngr depends on xproto, not x11 (Xlib)
Alan Coopersmith
1
-1
/
+1
2010-10-30
proxymngr 1.0.2
proxymngr-1.0.2
Alan Coopersmith
1
-1
/
+2
2010-10-30
Purge CVS version tags
Alan Coopersmith
8
-14
/
+0
2010-10-30
config: update AC_PREREQ statement to 2.60
Gaetan Nadon
1
-1
/
+1
2010-10-30
config: Remove unnecessary calls from configure.ac
Alan Coopersmith
2
-3
/
+1
2010-10-30
config: upgrade to util-macros 1.8 for additional man page support
Alan Coopersmith
2
-28
/
+5
2010-10-30
Deploy the new XORG_DEFAULT_OPTIONS
Alan Coopersmith
1
-11
/
+5
2010-08-06
Fill in COPYING file with copyright notices from source code
Alan Coopersmith
1
-8
/
+19
2009-10-01
Add README with pointers to mailing lists, bugzilla, & git
Alan Coopersmith
1
-0
/
+30
2009-01-16
Ansification and compile warning fixes.
Paulo Cesar Pereira de Andrade
4
-77
/
+42
2007-12-06
Replace static ChangeLog with dist-hook to generate from git log
James Cloos
2
-31
/
+10
2007-09-03
Add *~ to .gitignore to skip patch/emacs droppings
James Cloos
1
-0
/
+1
2007-08-23
Rename .cvsignore to .gitignore
James Cloos
1
-0
/
+0
2006-06-26
From Patch #6046 <https://bugs.freedesktop.org/attachment.cgi?id=6046>
Alan Coopersmith
2
-2
/
+6
2005-12-21
Update package version for X11R7 release.
proxymngr-1.0.1
XORG-7_1
XORG-7_0_99_901
XORG-7_0
Kevin E Martin
2
-1
/
+6
2005-12-19
Stub COPYING files
Adam Jackson
1
-0
/
+12
2005-12-15
Update package version number for final X11R7 release candidate.
proxymngr-1.0.0
XORG-6_99_99_904
Kevin E Martin
2
-1
/
+6
2005-12-06
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
MODULAR_COPY
Kevin E Martin
2
-3
/
+8
2005-12-03
Update package version number for X11R7 RC3 release.
XORG-6_99_99_903
Kevin E Martin
2
-1
/
+6
2005-11-28
Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
Alan Coopersmith
1
-1
/
+1
2005-11-21
Another pass at .cvsignores for apps.
Eric Anholt
1
-2
/
+5
2005-11-20
Add/improve .cvsignore files for apps.
Eric Anholt
1
-0
/
+17
2005-10-19
Update package version number for RC1 release.
XORG-6_99_99_902
XORG-6_99_99_901
Kevin E Martin
2
-1
/
+6
2005-10-17
Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
Alan Coopersmith
1
-1
/
+1
2005-10-14
Use sed to fill in variables in man page
Alan Coopersmith
2
-1
/
+33
2005-08-25
Partial clean up of symlink.sh script Remove dup protocol files in
Kevin E Martin
1
-3
/
+1
2005-08-13
Add #ifdef HAVE_CONFIG_H/#include "xconfig.h" for modularization.
XORG-6_8_99_903
XORG-6_8_99_902
XORG-6_8_99_901
Alan Coopersmith
1
-0
/
+4
2005-08-13
Add checks for strcasecmp & IPv6
Alan Coopersmith
1
-0
/
+7
2005-08-01
Install man pages to section 1 instead of section m (Patch from Donnie
XORG-6_99_99_900
Alan Coopersmith
1
-1
/
+1
2005-07-29
Various changes preparing packages for RC0:
Kevin E Martin
1
-1
/
+3
2005-07-20
Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
Adam Jackson
2
-5
/
+5
2005-07-16
- lbxproxy/configure.ac: Add XTRANS_CONNECTION_FLAGS so lbxtransport.c
Alan Coopersmith
2
-2
/
+2
[next]