Google Code Exporter

Results 11117 issues of Google Code Exporter

``` What steps will reproduce the problem? 1. Try to retrieve a ntlm secured url that respond with an error code, example code 500. What is the expected output? What...

auto-migrated
Type-Defect
Priority-Low

``` I'm needing to provide NTLM authentication to clients from a server. This library could in theory support clients, proxies and servers, using common classes for the message structures etc....

Priority-Medium
Type-Enhancement
auto-migrated

``` int treeSum(TreeNode * node) { if( ! node ) return 0; return node->value += treeSum(node->left) + treeSum(node->right); } ``` Original issue reported on code.google.com by `[email protected]` on 13 Jul...

``` What steps will reproduce the problem? 1. Input: 0 4 1 1 1 1 2 1 2 What is the expected output? What do you see instead? The result...

``` #include #include #include #include using namespace std; template void genseq(T start, T end, int tam); int main() { char master[] = {'a','b','c','d','e'}; for( int s = 0; s

``` Similar plugin for eclipse will be very useful ``` Original issue reported on code.google.com by `[email protected]` on 23 Jun 2011 at 11:12

Type-Defect
Priority-Medium
auto-migrated

``` What steps will reproduce the problem? 1. load the attached mp3 2. play it 3. you will notice it stops too early What is the expected output? What do...

auto-migrated
Priority-Medium
Type-Defect

``` First things first: thank you for that amazing software! I'm from germany and would translate your product, if you are interested. ``` Original issue reported on code.google.com by `[email protected]`...

Type-Enhancement
auto-migrated
Priority-Medium

``` There is a syntax error when I use variables containing a dot like {{page.title}}. I use version 2.3 ``` Original issue reported on code.google.com by `[email protected]` on 4 Sep...

Type-Defect
Priority-Medium
auto-migrated

``` I have an application that instantiates many different TemplateDictionary objects. I would like to explicitly pass in an UnsafeArena object to the constructor so that I can share a...

Type-Defect
Priority-Medium
auto-migrated