thrift pull request: Trunk

2012-02-19 Thread Git at Apache
GitHub user woodoo synchronized the pull request at https://github.com/apache/thrift/pull/9 Trunk THRIFT-1023 Thrift encoding (UTF-8) issue with Ruby 1.9.2 You can merge this pull request into a Git repository by running $ git pull https://github.com/woodoo/thrift trunk Alternatively

thrift pull request: forced UTF-8 encoding for framed_transport

2012-02-19 Thread Git at Apache
GitHub user cfeduke synchronized the pull request at https://github.com/apache/thrift/pull/10 forced UTF-8 encoding for framed_transport Corrects "Incompatible character encodings: ASCII-8BIT and UTF-8" exception in Ruby 1.9.x for framed_transport. You can merge this pull request into

thrift pull request: THRIFT-1552 Include paths for c/c++ should be prefixed...

2012-04-12 Thread Git at Apache
GitHub user evilrix opened the pull request at https://github.com/apache/thrift/pull/16 THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/' To ensure there are no include path collisions the C and C++ header include paths should include 'thrift' as the root leaf. This will

thrift pull request: Fix windows specific build issues caused by THRIFT-155...

2012-04-13 Thread Git at Apache
GitHub user benoitdion opened the pull request at https://github.com/apache/thrift/pull/17 Fix windows specific build issues caused by THRIFT-1552 This includes changes to the .vcxproj project files and updates to some #include statements. I also re added the TPipe* files that somehow got d

thrift pull request: Fix windows specific build issues caused by THRIFT-155...

2012-04-16 Thread Git at Apache
Github user benoitdion closed the pull request at https://github.com/apache/thrift/pull/17

thrift pull request: C glib fixes

2012-04-20 Thread Git at Apache
GitHub user jcaden opened the pull request at https://github.com/apache/thrift/pull/18 C glib fixes Hi, this pull request solves some issues that I've oppende in jira: https://issues.apache.org/jira/browse/THRIFT-1583 https://issues.apache.org/jira/browse/THRIFT-1578 https://issues.apache.o

thrift pull request: C glib fixes

2012-04-20 Thread Git at Apache
Github user jcaden closed the pull request at https://github.com/apache/thrift/pull/18

thrift pull request: C glib fixes

2012-04-20 Thread Git at Apache
GitHub user jcaden opened the pull request at https://github.com/apache/thrift/pull/19 C glib fixes Hi, this pull request solves some issues that I've oppende in jira: https://issues.apache.org/jira/browse/THRIFT-1583 https://issues.apache.org/jira/browse/THRIFT-1578 https://issues.apache.o

thrift pull request: THRIFT-1552 Include paths for c/c++ should be prefixed...

2012-04-24 Thread Git at Apache
Github user evilrix closed the pull request at https://github.com/apache/thrift/pull/16

thrift pull request: C glib fixes

2012-04-28 Thread Git at Apache
Github user jcaden closed the pull request at https://github.com/apache/thrift/pull/19

thrift pull request: Trunk

2012-05-07 Thread Git at Apache
GitHub user izuk opened a pull request: https://github.com/apache/thrift/pull/20 Trunk Modernising the Haskell library a bit: * Use unordered-containers instead of basic Set/Map. * Use Text instead of String. * Use Vector instead of []. This could probably u

thrift pull request: Fixing http client

2012-05-14 Thread Git at Apache
Github user deees closed the pull request at: https://github.com/apache/thrift/pull/12

thrift pull request: Core C++ - mutex timedlock fix, lesser improvements

2012-06-08 Thread Git at Apache
GitHub user keynslug opened a pull request: https://github.com/apache/thrift/pull/21 Core C++ - mutex timedlock fix, lesser improvements Thrift concurrency::Mutex have had its timedlock implemented slightly wrong. Patched it. Added a pretty simple emulation when a platform does

thrift pull request: Add windows build configurations to support static lin...

2012-06-11 Thread Git at Apache
GitHub user adamduffy opened a pull request: https://github.com/apache/thrift/pull/22 Add windows build configurations to support static linking Hi Guys, These changes should allow thrift to be built for an application that uses static linking. I copied the existing debug/

thrift pull request: JIRA THRIFT-1629

2012-06-15 Thread Git at Apache
GitHub user techwhizbang opened a pull request: https://github.com/apache/thrift/pull/23 JIRA THRIFT-1629 upon configuring, making, and installing Thrift locally I encountered problems with Mongrel since it was included as a development dependency and I was using Ruby 1.9.

thrift pull request: Core C++ - mutex timedlock fix, lesser improvements

2012-06-20 Thread Git at Apache
Github user keynslug closed the pull request at: https://github.com/apache/thrift/pull/21

thrift pull request: Up-Integrate of pomack's Thrift support for the Go lan...

2012-06-26 Thread Git at Apache
GitHub user matttproud opened a pull request: https://github.com/apache/thrift/pull/24 Up-Integrate of pomack's Thrift support for the Go language: - Removal of extraneous pre-Golang Version 1 build infrastructure, namely the make files. - Inclusion of compiler and runtime libra

thrift pull request: Up-Integrate of pomack's Thrift support for the Go lan...

2012-06-26 Thread Git at Apache
Github user matttproud closed the pull request at: https://github.com/apache/thrift/pull/24

thrift pull request: Modernising the Haskell library THRIFT-1598

2012-06-29 Thread Git at Apache
Github user izuk closed the pull request at: https://github.com/apache/thrift/pull/20

thrift pull request: Update to RSpec-2 API

2012-07-12 Thread Git at Apache
GitHub user chaitanyav opened a pull request: https://github.com/apache/thrift/pull/25 Update to RSpec-2 API Updated the specs to use RSpec-2 API. All the examples are passing. You can merge this pull request into a Git repository by running: $ git pull https://github.com/chai