summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* nroff: Allow comments in more contexts.Ben Pfaff2015-08-261-3/+8
* nroff: Add support for 'diagram' XML element for protocol headers.Ben Pfaff2015-08-031-0/+97
* xml2nroff: Allow comments in block XML.Ben Pfaff2015-07-121-0/+2
* nroff: Fix style of names.Ben Pfaff2015-07-061-28/+28
* python: Fix issue with probes for JSONRPC connectionsSumit Garg2015-06-251-1/+1
* python: Fix writing to non-"alert" column for newly inserted row.Sumit Garg2015-06-251-1/+1
* python: Fix attempt to use a bool as a function.Sumit Garg2015-06-251-1/+1
* Makefiles: Stop distributing files because building them requires Python.Ben Pfaff2015-06-231-1/+1
* Increase prerequisite from Python 2.4 to Python 2.7.Ben Pfaff2015-06-234-2952/+1
* nroff: Fix the escape of '.'.Ben Pfaff2015-06-231-1/+1
* ovn-nbctl: Take default database target from OVN_NB_DB in environment.Ben Pfaff2015-06-161-1/+1
* Allow subclasses of Idl to define a notification hookTerry Wilson2015-04-271-1/+41
* python: Add setuptools for Python lib for PyPI.Terry Wilson2015-04-144-0/+60
* socket-util: Use correct address family in set_dscp(), instead of guessing.Ben Pfaff2015-02-201-14/+15
* ovsdb-doc: Factor out nroff formatting into a separate Python module.Ben Pfaff2015-02-193-0/+191
* vlog: Fix "/dev/log" testYAMAMOTO Takashi2015-02-031-1/+1
* vlog: Don't fail syslog initialization in chroot.Gurucharan Shetty2015-01-291-3/+10
* vlog: Ability to override the default log facility.Gurucharan Shetty2015-01-281-3/+32
* vlog: Rename the currently used term 'facility' as 'destination'.Gurucharan Shetty2015-01-081-28/+28
* Makefiles: Add $(AM_V_GEN) annotations to clean up "make" output.Ben Pfaff2014-09-291-4/+4
* socket_util.py: Make set_dscp() python 2.4.3 compatible.Gurucharan Shetty2014-06-241-2/+2
* timeval: Add monotonic time functionality for NetBSD and FreeBSD.Ryan Wilson2014-06-051-7/+27
* timeval: Import ctypes Python library within a try statement.Ryan Wilson2014-05-301-8/+8
* timeval: Use monotonic time in OVS Python timeval library.Ryan Wilson2014-05-301-1/+33
* vlog: Use python 2.4 compatible functions.Gurucharan Shetty2014-05-051-2/+2
* Python Logging Formatting ImprovementsDave Tucker2014-04-281-12/+116
* ovsdb: Remove SPECS in favor of referring to RFC 7047.Ben Pfaff2014-04-041-2/+2
* socket-util: Fix set_dscp for IPv6YAMAMOTO Takashi2014-02-261-1/+14
* Add IPv6 support for OpenFlow, OVSDB, NetFlow, and sFlow.Arun Sharma2014-02-061-9/+29
* daemon: Cleanup some functions.Gurucharan Shetty2014-01-241-11/+0
* jsonrpc: Only compose message to log if it's really going to be logged.Ben Pfaff2013-10-252-2/+26
* socket-util: Add symlink based workaround for long pathnames.YAMAMOTO Takashi2013-10-171-1/+45
* ovsdb-idl: Remove write-only member 'commit_seqno' from ovsdb_idl_txn.Ben Pfaff2013-10-081-1/+0
* vlog: Fix formatting of milliseconds in Python log messages.Ben Pfaff2013-09-171-2/+2
* vlog: Report timestamps in millisecond resolution in log messages.Paul Ingram2013-09-131-1/+2
* Fix misspellings in comments and docs.Andy Hill2013-06-042-2/+2
* python: fix a typo error in python/ovs/socket_util.py.Alex Wang2013-04-181-2/+2
* python/ovs/poller.py: workaround an eventlet bugYAMAMOTO Takashi2013-04-161-0/+13
* python.ovs.db.idl: Fix Row.delete() of a row already committed to the db.Ben Pfaff2013-04-081-1/+3
* vlog: extend syslog format to make OVS logs easier to filterRomain Lenglet2013-04-051-1/+1
* ovsdb-idlc: Make no-op writes to write-only columns cheaper.Ben Pfaff2013-03-051-1/+10
* python: Do not include time stamp in syslog messages.Andy Zhou2013-02-281-2/+6
* stream-unix: Use rundir as root for relative paths.Pavithra Ramesh2013-02-111-0/+4
* python/ovs/db/types: Fix English grammar for enums with one member.Ben Pfaff2013-02-041-1/+3
* python: Workaround UNIX socket path length limitsJames Page2013-01-161-2/+37
* daemon: Start monitor process, not daemon process, in new session.Ben Pfaff2012-12-131-2/+3
* python/ovs/stream: Fix Stream.connect() retval for incomplete connection.Ben Pfaff2012-11-211-9/+11
* socket-util: Remove get_socket_error().Ben Pfaff2012-11-201-6/+0
* socket-util: Avoid using SO_ERROR.Ben Pfaff2012-11-201-2/+16
* python/ovs/socket_util: Fix error path in set_nonblocking.Ben Pfaff2012-11-201-1/+1