| 1 | Version 1.1.1
|
|---|
| 2 |
|
|---|
| 3 | * much improved threading (Michael)
|
|---|
| 4 | * much improved docs (Gustavo Carneiro)
|
|---|
| 5 | * cygwin support (Masahiro Sakai)
|
|---|
| 6 | * Unix socket length fix (Masahiro)
|
|---|
| 7 | * OSF/1 True64 support (mmokrejs)
|
|---|
| 8 |
|
|---|
| 9 | Version 1.0.1
|
|---|
| 10 |
|
|---|
| 11 | * fixes
|
|---|
| 12 | + nasty blocking accept call (Michael)
|
|---|
| 13 |
|
|---|
| 14 | Version 0.7.1
|
|---|
| 15 |
|
|---|
| 16 | * fixes
|
|---|
| 17 | + don't use undefined arithmetic (Michael)
|
|---|
| 18 | + AIX IOV_MAX bits (Laurent Vivier)
|
|---|
| 19 | + build cleans / fixes (Dan Mills)
|
|---|
| 20 | + test disconnect on fatal error (Michael)
|
|---|
| 21 | + last linc object ref locking update (Michael)
|
|---|
| 22 |
|
|---|
| 23 | Version 0.7.0
|
|---|
| 24 |
|
|---|
| 25 | * fixes
|
|---|
| 26 | + PATH_MAX for HP/UX (Marcus Brinkmann)
|
|---|
| 27 | + kill dodgy locking path on EOF (Michael)
|
|---|
| 28 | + IPv6 name resolution (Elliot)
|
|---|
| 29 |
|
|---|
| 30 | Version 0.5.3
|
|---|
| 31 |
|
|---|
| 32 | * fixes
|
|---|
| 33 | + autoconf versioning (Havoc Pennington)
|
|---|
| 34 | + remote_info sanity (Laurent Vivier)
|
|---|
| 35 |
|
|---|
| 36 | Version 0.5.2
|
|---|
| 37 |
|
|---|
| 38 | * fixes
|
|---|
| 39 | + MacOS X writev issue (Jacob Berkman)
|
|---|
| 40 | + allow IPv[46] numeric addrs (Michael)
|
|---|
| 41 |
|
|---|
| 42 | Version 0.5.1
|
|---|
| 43 |
|
|---|
| 44 | * fixes
|
|---|
| 45 | + connection macro typo (James M. Cape)
|
|---|
| 46 | + horrible IPv6 mess (Michael)
|
|---|
| 47 | * featurelets (Michael)
|
|---|
| 48 | + linc_get_tmpdir for b-a-s
|
|---|
| 49 | + re-write IPv6 code
|
|---|
| 50 | + security audit for local only case
|
|---|
| 51 |
|
|---|
| 52 | Version 0.5.0
|
|---|
| 53 |
|
|---|
| 54 | * fixes
|
|---|
| 55 | + add linc-cleanup-sockets to clean
|
|---|
| 56 | stale sockets from /tmp/orbit-$USER
|
|---|
| 57 | + g_type_init doesn't turn debug on
|
|---|
| 58 |
|
|---|
| 59 | Version 0.1.22
|
|---|
| 60 |
|
|---|
| 61 | * fixes
|
|---|
| 62 | + port to OS/X (Jacob)
|
|---|
| 63 | + fix extern mis-use (Michael)
|
|---|
| 64 |
|
|---|
| 65 | Version 0.1.21
|
|---|
| 66 |
|
|---|
| 67 | * fixes
|
|---|
| 68 | + kill socklen_t (Michael, Garth Pearce)
|
|---|
| 69 | + 64 bit test fixage (Michael)
|
|---|
| 70 | + fixup test linkage (Michael)
|
|---|
| 71 | + update docs (Michael)
|
|---|
| 72 | + fixup SSL build (Colin Cambell)
|
|---|
| 73 |
|
|---|
| 74 | Version 0.1.20
|
|---|
| 75 |
|
|---|
| 76 | * fixes (Michael)
|
|---|
| 77 | + another fd leak
|
|---|
| 78 | + warning spew
|
|---|
| 79 | + UDS file leakage
|
|---|
| 80 | * new spec file (Gregory Leblanc)
|
|---|
| 81 |
|
|---|
| 82 | Version 0.1.19
|
|---|
| 83 |
|
|---|
| 84 | * Only emit the 'broken' signal once (Michael)
|
|---|
| 85 | * Fix potential fd leak (Michael)
|
|---|
| 86 |
|
|---|
| 87 | Version 0.1.18
|
|---|
| 88 |
|
|---|
| 89 | * default to not use OpenSSL (Michael)
|
|---|
| 90 |
|
|---|
| 91 | Version 0.1.17
|
|---|
| 92 |
|
|---|
| 93 | * NI_MAXHOST not defined problem (Michael)
|
|---|
| 94 | * writev iovec limit handling re-write (Sebastien)
|
|---|
| 95 |
|
|---|
| 96 | Version 0.1.16
|
|---|
| 97 |
|
|---|
| 98 | * 'broken' signal on Solaris fix (Mark)
|
|---|
| 99 | * writev queueing fixage (Michael)
|
|---|
| 100 | * regression tests improvements (Mark)
|
|---|
| 101 |
|
|---|
| 102 | Version 0.1.15
|
|---|
| 103 |
|
|---|
| 104 | * writev loop fix (Laszlo Peter)
|
|---|
| 105 | * IO channel watch fixes (Roland Juelich)
|
|---|
| 106 | * local only connection feature (Michael)
|
|---|
| 107 |
|
|---|
| 108 | Version 0.1.13
|
|---|
| 109 |
|
|---|
| 110 | * Bug fixes
|
|---|
| 111 | + blocking signal daftness (Dave Camp)
|
|---|
| 112 | + disconnection mahem (Dave, Michael)
|
|---|
| 113 | + more tests (Michael)
|
|---|
| 114 | + improve IO handling efficiency (Michael)
|
|---|
| 115 |
|
|---|
| 116 | Version 0.1.12
|
|---|
| 117 |
|
|---|
| 118 | * Features (Michael)
|
|---|
| 119 | + fully non-blocking write mode, builtin queueing
|
|---|
| 120 | + configurable notification of buffer filling
|
|---|
| 121 | + IO code simplification
|
|---|
| 122 | + our own GSource: smaller and faster
|
|---|
| 123 |
|
|---|
| 124 | * Bug fixes
|
|---|
| 125 | + problem with missing FD_CLOEXEC & forking (Michael)
|
|---|
| 126 | + -lresolv check (Laszlo Peter)
|
|---|
| 127 | + use local host information sensibly (Roland Juelich)
|
|---|
| 128 | + portability fixage (David Haverkamp)
|
|---|
| 129 |
|
|---|
| 130 | Version 0.1.11
|
|---|
| 131 |
|
|---|
| 132 | * Bug fixes
|
|---|
| 133 | + handle connection death in mid write (Michael)
|
|---|
| 134 | + setup state before emitting 'broken' (Michael)
|
|---|
| 135 | + fix IOVEC_LIMIT calculation (Laszlo Peter)
|
|---|
| 136 | + FreeBSD build fixes (Kristian Rietveld, Theo Van Klaveren
|
|---|
| 137 |
|
|---|
| 138 | Version 0.1.7 -> 0.1.10
|
|---|
| 139 |
|
|---|
| 140 | * Featurelets (Michael)
|
|---|
| 141 | + API for thread safe object referencing
|
|---|
| 142 | + privatised all connection / server innards
|
|---|
| 143 | + nice internal debugging framework
|
|---|
| 144 | + servers track and clean child connections
|
|---|
| 145 | + method documentation (John Fleck, Michael)
|
|---|
| 146 |
|
|---|
| 147 | * Bug fixes (Michael)
|
|---|
| 148 | + handle EINPROGRESS on connect correctly
|
|---|
| 149 | + always use G_IO_PRI|G_IO_IN
|
|---|
| 150 | + make UDS name more random; with pid.
|
|---|
| 151 | + gobject updates (Miles Lane)
|
|---|
| 152 | + double dispose protection all over
|
|---|
| 153 | + set O_NONBLOCK on accepted connections
|
|---|
| 154 | + flag fatal errors on polled 0 length reads.
|
|---|
| 155 | + build fixage (Havoc, Jacob)
|
|---|
| 156 |
|
|---|
| 157 | Version 0.1.7
|
|---|
| 158 |
|
|---|
| 159 | * Featurelets
|
|---|
| 160 | + Init glib with object debugging
|
|---|
| 161 | * Bug fixes
|
|---|
| 162 | + Make our GSource recursive (Michael)
|
|---|
| 163 | + Handle EINTR (Michael)
|
|---|
| 164 |
|
|---|
| 165 |
|
|---|