mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Merge remote-tracking branch 'origin/patches-2.0'
Conflicts: Makefile.am WIN32-Code/event2/event-config.h configure.in
This commit is contained in:
commit
539466e568
2
LICENSE
2
LICENSE
@ -3,7 +3,7 @@ as the 3-clause (or "modified") BSD license:
|
|||||||
|
|
||||||
==============================
|
==============================
|
||||||
Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
# Makefile.am for libevent
|
||||||
|
# Copyright 2000-2007 Niels Provos
|
||||||
|
# Copyright 2007-2012 Niels Provos and Nick Mathewson
|
||||||
|
#
|
||||||
|
# See LICENSE for copying information.
|
||||||
|
|
||||||
# 'foreign' means that we're not enforcing GNU package rules strictly.
|
# 'foreign' means that we're not enforcing GNU package rules strictly.
|
||||||
# '1.7' means that we need automake 1.7 or later (and we do).
|
# '1.7' means that we need automake 1.7 or later (and we do).
|
||||||
AUTOMAKE_OPTIONS = foreign 1.7
|
AUTOMAKE_OPTIONS = foreign 1.7
|
||||||
@ -49,6 +55,9 @@ VERSION_INFO = 1:0:0
|
|||||||
# 2.0.12-stable-- 2.0 6:1:1 (No ABI change)
|
# 2.0.12-stable-- 2.0 6:1:1 (No ABI change)
|
||||||
# 2.0.13-stable-- 2.0 6:2:1 (No ABI change)
|
# 2.0.13-stable-- 2.0 6:2:1 (No ABI change)
|
||||||
# 2.0.14-stable-- 2.0 6:3:1 (No ABI change)
|
# 2.0.14-stable-- 2.0 6:3:1 (No ABI change)
|
||||||
|
# 2.0.15-stable-- 2.0 6:3:1 (Forgot to update :( )
|
||||||
|
# 2.0.16-stable-- 2.0 6:4:1 (No ABI change)
|
||||||
|
# 2.0.17-stable-- 2.0 6:5:1 (No ABI change)
|
||||||
#
|
#
|
||||||
# For Libevent 2.1:
|
# For Libevent 2.1:
|
||||||
# 2.1.1-alpha -- 2.1 1:0:0
|
# 2.1.1-alpha -- 2.1 1:0:0
|
||||||
|
@ -334,7 +334,13 @@
|
|||||||
#define _EVENT_TIME_WITH_SYS_TIME 1
|
#define _EVENT_TIME_WITH_SYS_TIME 1
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
|
<<<<<<< HEAD
|
||||||
#define _EVENT_VERSION "2.1.0-alpha-dev"
|
#define _EVENT_VERSION "2.1.0-alpha-dev"
|
||||||
|
||||||| merged common ancestors
|
||||||
|
#define _EVENT_VERSION "2.0.16-stable-dev"
|
||||||
|
=======
|
||||||
|
#define _EVENT_VERSION "2.0.17-stable"
|
||||||
|
>>>>>>> origin/patches-2.0
|
||||||
|
|
||||||
/* Define to appropriate substitue if compiler doesnt have __func__ */
|
/* Define to appropriate substitue if compiler doesnt have __func__ */
|
||||||
#define _EVENT___func__ __FUNCTION__
|
#define _EVENT___func__ __FUNCTION__
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
/* Portable arc4random.c based on arc4random.c from OpenBSD.
|
/* Portable arc4random.c based on arc4random.c from OpenBSD.
|
||||||
* Portable version by Chris Davis, adapted for Libevent by Nick Mathewson
|
* Portable version by Chris Davis, adapted for Libevent by Nick Mathewson
|
||||||
* Copyright (c) 2010 Chris Davis, Niels Provos, and Nick Mathewson
|
* Copyright (c) 2010 Chris Davis, Niels Provos, and Nick Mathewson
|
||||||
|
* Copyright (c) 2010-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Note that in Libevent, this file isn't compiled directly. Instead,
|
* Note that in Libevent, this file isn't compiled directly. Instead,
|
||||||
* it's included from evutil_rand.c
|
* it's included from evutil_rand.c
|
||||||
|
2
buffer.c
2
buffer.c
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2002-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2002-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2009-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2008-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2008-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2002-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2002-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos, Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos, Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2009-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
* Copyright (c) 2002-2006 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2002-2006 Niels Provos <provos@citi.umich.edu>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2009-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2011 Niels Provos, Nick Mathewson
|
* Copyright (c) 2009-2012 Niels Provos, Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
* Copyright (c) 2002-2006 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2002-2006 Niels Provos <provos@citi.umich.edu>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
* Copyright (c) 2002-2006 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2002-2006 Niels Provos <provos@citi.umich.edu>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2009-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
dnl configure.in for libevent
|
dnl Copyright 2000-2007 Niels Provos
|
||||||
dnl Dug Song <dugsong@monkey.org>
|
dnl Copyright 2007-2012 Niels Provos and Nick Mathewson
|
||||||
|
dnl
|
||||||
|
dnl See LICENSE for copying information.
|
||||||
|
dnl
|
||||||
|
dnl Original version Dug Song <dugsong@monkey.org>
|
||||||
|
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT(event.c)
|
AC_INIT(event.c)
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2009-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2000-2009 Niels Provos <provos@citi.umich.edu>
|
* Copyright 2000-2009 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright 2009-2011 Niels Provos and Nick Mathewson
|
* Copyright 2009-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
2
epoll.c
2
epoll.c
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright 2007-2011 Niels Provos, Nick Mathewson
|
* Copyright 2007-2012 Niels Provos, Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2003-2009 Niels Provos <provos@citi.umich.edu>
|
* Copyright 2003-2009 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright 2009-2011 Niels Provos and Nick Mathewson
|
* Copyright 2009-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
36
evdns.c
36
evdns.c
@ -1,18 +1,32 @@
|
|||||||
/* $Id: evdns.c 6979 2006-08-04 18:31:13Z nickm $ */
|
/* Copyright 2006-2007 Niels Provos
|
||||||
|
* Copyright 2007-2012 Nick Mathewson and Niels Provos
|
||||||
/* The original version of this module was written by Adam Langley; for
|
|
||||||
* a history of modifications, check out the subversion logs.
|
|
||||||
*
|
*
|
||||||
* When editing this module, try to keep it re-mergeable by Adam. Don't
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* reformat the whitespace, add Tor dependencies, or so on.
|
* modification, are permitted provided that the following conditions
|
||||||
|
* are met:
|
||||||
|
* 1. Redistributions of source code must retain the above copyright
|
||||||
|
* notice, this list of conditions and the following disclaimer.
|
||||||
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
* notice, this list of conditions and the following disclaimer in the
|
||||||
|
* documentation and/or other materials provided with the distribution.
|
||||||
|
* 3. The name of the author may not be used to endorse or promote products
|
||||||
|
* derived from this software without specific prior written permission.
|
||||||
*
|
*
|
||||||
* TODO:
|
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
* - Support IPv6 and PTR records.
|
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* - Replace all externally visible magic numbers with #defined constants.
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||||
* - Write documentation for APIs of all external functions.
|
* IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||||
|
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||||
|
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||||
|
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||||
|
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
|
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
|
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Async DNS Library
|
/* Based on software by Adam Langly. Adam's original message:
|
||||||
|
*
|
||||||
|
* Async DNS Library
|
||||||
* Adam Langley <agl@imperialviolet.org>
|
* Adam Langley <agl@imperialviolet.org>
|
||||||
* http://www.imperialviolet.org/eventdns.html
|
* http://www.imperialviolet.org/eventdns.html
|
||||||
* Public Domain code
|
* Public Domain code
|
||||||
|
2
evdns.h
2
evdns.h
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
2
event.c
2
event.c
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
2
event.h
2
event.h
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2011 Niels Provos, Nick Mathewson
|
* Copyright (c) 2009-2012 Niels Provos, Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
#
|
#
|
||||||
# Copyright (c) 2005 Niels Provos <provos@citi.umich.edu>
|
# Copyright (c) 2005-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
|
# Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Generates marshaling code based on libevent.
|
# Generates marshaling code based on libevent.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2003-2009 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2003-2009 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2009-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
2
evhttp.h
2
evhttp.h
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
2
evmap.c
2
evmap.c
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
3
evport.c
3
evport.c
@ -1,6 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* Submitted by David Pacheco (dp.spambait@gmail.com)
|
* Submitted by David Pacheco (dp.spambait@gmail.com)
|
||||||
*
|
*
|
||||||
|
* Copyright 2006-2007 Niels Provos
|
||||||
|
* Copyright 2007-2012 Niels Provos and Nick Mathewson
|
||||||
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
* are met:
|
* are met:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
2
evrpc.c
2
evrpc.c
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
2
evrpc.h
2
evrpc.h
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2008-2011 Niels Provos, Nick Mathewson
|
* Copyright (c) 2008-2012 Niels Provos, Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2008-2011 Niels Provos, Nick Mathewson
|
* Copyright (c) 2008-2012 Niels Provos, Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2009-2011 Niels Provos and Nick Mathewson
|
* Copyright 2009-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2009-2011 Niels Provos and Nick Mathewson
|
* Copyright 2009-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
2
evutil.c
2
evutil.c
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
2
evutil.h
2
evutil.h
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Based on work Copyright 2002 Christopher Clark */
|
/* Based on work Copyright 2002 Christopher Clark */
|
||||||
/* Copyright 2005-2011 Nick Mathewson */
|
/* Copyright 2005-2012 Nick Mathewson */
|
||||||
/* Copyright 2009-2011 Niels Provos and Nick Mathewson */
|
/* Copyright 2009-2012 Niels Provos and Nick Mathewson */
|
||||||
/* See license at end. */
|
/* See license at end. */
|
||||||
|
|
||||||
/* Based on ideas by Christopher Clark and interfaces from Niels Provos. */
|
/* Based on ideas by Christopher Clark and interfaces from Niels Provos. */
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2001-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright 2001-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* This header file contains definitions for dealing with HTTP requests
|
* This header file contains definitions for dealing with HTTP requests
|
||||||
* that are internal to libevent. As user of the library, you should not
|
* that are internal to libevent. As user of the library, you should not
|
||||||
|
2
http.c
2
http.c
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2002-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2002-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
# include/Makefile.am for libevent
|
||||||
|
# Copyright 2000-2007 Niels Provos
|
||||||
|
# Copyright 2007-2012 Niels Provos and Nick Mathewson
|
||||||
|
#
|
||||||
|
# See LICENSE for copying information.
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
EVENT2_EXPORT = \
|
EVENT2_EXPORT = \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2007-2011 Niels Provos, Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos, Nick Mathewson
|
||||||
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2009-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2008-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2008-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2009-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2009-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
2
kqueue.c
2
kqueue.c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2011 Niels Provos, Nick Mathewson
|
* Copyright (c) 2009-2012 Niels Provos, Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
2
log.c
2
log.c
@ -5,7 +5,7 @@
|
|||||||
*
|
*
|
||||||
* Based on err.c, which was adapted from OpenBSD libc *err* *warn* code.
|
* Based on err.c, which was adapted from OpenBSD libc *err* *warn* code.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2005-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Copyright (c) 2000 Dug Song <dugsong@monkey.org>
|
* Copyright (c) 2000 Dug Song <dugsong@monkey.org>
|
||||||
*
|
*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Copyright (c) 2006 Maxim Yegorushkin <maxim.yegorushkin@gmail.com>
|
* Copyright (c) 2006 Maxim Yegorushkin <maxim.yegorushkin@gmail.com>
|
||||||
*
|
*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
2
poll.c
2
poll.c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2009-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
# sample/Makefile.am for libevent
|
||||||
|
# Copyright 2000-2007 Niels Provos
|
||||||
|
# Copyright 2007-2012 Niels Provos and Nick Mathewson
|
||||||
|
#
|
||||||
|
# See LICENSE for copying information.
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign no-dependencies
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
||||||
|
|
||||||
LDADD = $(LIBEVENT_GC_SECTIONS) ../libevent.la
|
LDADD = $(LIBEVENT_GC_SECTIONS) ../libevent.la
|
||||||
|
2
select.c
2
select.c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
2
signal.c
2
signal.c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
# test/Makefile.am for libevent
|
||||||
|
# Copyright 2000-2007 Niels Provos
|
||||||
|
# Copyright 2007-2012 Niels Provos and Nick Mathewson
|
||||||
|
#
|
||||||
|
# See LICENSE for copying information.
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat -I$(top_srcdir)/include -I../include -DTINYTEST_LOCAL
|
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat -I$(top_srcdir)/include -I../include -DTINYTEST_LOCAL
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2003-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright 2003-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2008-2011 Niels Provos and Nick Mathewson
|
* Copyright 2008-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2009-2011 Niels Provos and Nick Mathewson
|
* Copyright 2009-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2009-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2009-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2009-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
|
* Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
|
||||||
* Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
|
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user